diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 09:04:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 09:04:32 +0800 |
commit | 6c634b73da5b8ea4122e9ca247bcd7c9f317f14f (patch) | |
tree | 2dc9e4e298196f5a911cbd8a169ef84c6e812060 /x11-wm/openbox | |
parent | c09900c01bd17e07ea394cf864680e5a69c8997b (diff) | |
download | freebsd-ports-gnome-6c634b73da5b8ea4122e9ca247bcd7c9f317f14f.tar.gz freebsd-ports-gnome-6c634b73da5b8ea4122e9ca247bcd7c9f317f14f.tar.zst freebsd-ports-gnome-6c634b73da5b8ea4122e9ca247bcd7c9f317f14f.zip |
Add an explicit dependency on pkgconf
While here convert USE_GMAKE to USES=gmake
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 5c315cde9a81..26537b9f022b 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -13,7 +13,7 @@ COMMENT= Small, fast, standards compliant, extensible window manager LICENSE= GPLv2 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= glib20 libxml2 gnomehack ltverhack USE_XORG= xft USE_AUTOTOOLS= libtool |