diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-11 16:45:58 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-11 16:45:58 +0000 |
commit | 30fb06c870312f125ce13d34b81a10f7906677eb (patch) | |
tree | 07c99aa739c6b74a8b8c37fee0caed1e65bb175c /x11-wm/herbstluftwm | |
parent | f19c454457053117207f92b46d70774cb96bfdf7 (diff) | |
download | ports-30fb06c870312f125ce13d34b81a10f7906677eb.tar.gz ports-30fb06c870312f125ce13d34b81a10f7906677eb.zip |
Add explicit dependency on pkgconf (18 ports)
Notes
Notes:
svn path=/head/; revision=326991
Diffstat (limited to 'x11-wm/herbstluftwm')
-rw-r--r-- | x11-wm/herbstluftwm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/herbstluftwm/Makefile b/x11-wm/herbstluftwm/Makefile index 484977991649..6f9cb6c2aaa6 100644 --- a/x11-wm/herbstluftwm/Makefile +++ b/x11-wm/herbstluftwm/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -USE_GMAKE= yes +USES= gmake pkgconfig USE_XORG= x11 xinerama USE_GNOME= glib20 |