diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 00:04:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 00:04:20 +0800 |
commit | ec361e51c266e3fd6d1e9f46dd6f77b1b4c8fa17 (patch) | |
tree | 98fb5d21fbb9d015e1307499cc55a7bc965cc9ce /x11-wm/jwm | |
parent | 64e775d3c4b02eba70a5e54ae0c80cd128900484 (diff) | |
download | freebsd-ports-gnome-ec361e51c266e3fd6d1e9f46dd6f77b1b4c8fa17.tar.gz freebsd-ports-gnome-ec361e51c266e3fd6d1e9f46dd6f77b1b4c8fa17.tar.zst freebsd-ports-gnome-ec361e51c266e3fd6d1e9f46dd6f77b1b4c8fa17.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11-wm/jwm')
-rw-r--r-- | x11-wm/jwm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/jwm/Makefile b/x11-wm/jwm/Makefile index 770d54b279b8..e921166d9c65 100644 --- a/x11-wm/jwm/Makefile +++ b/x11-wm/jwm/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +USES= pkgconfig USE_XORG= xpm GNU_CONFIGURE= yes USE_BZIP2= yes |