diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:23:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:23:53 +0800 |
commit | 18aa10a938ef61989db94abf265c30c4cdf69cdd (patch) | |
tree | 59cf9d8e97fe84134399ba29d1cbd2f49ff7b368 /x11-fm | |
parent | cc566d7c8a4cc8bcda1df473e74a31319b3d9314 (diff) | |
download | freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.tar.gz freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.tar.zst freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/rodent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/rodent/Makefile b/x11-fm/rodent/Makefile index a5f87a8b374f..dc97b16e8939 100644 --- a/x11-fm/rodent/Makefile +++ b/x11-fm/rodent/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ gtk-x11-2:${PORTSDIR}/x11-toolkits/gtk20 \ magic:${PORTSDIR}/sysutils/file -USES= gmake +USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=--docdir=${DOCSDIR} USE_LDCONFIG= yes |