diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 16:49:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 16:49:46 +0800 |
commit | a3c425eac4f10c609b832fbf89e050e1dcc2744f (patch) | |
tree | e9e009fc092528bdc298f66c506930624e74cb2c /sysutils | |
parent | ca7b1a32f0ab22c9c850a23b006fb2af08456c55 (diff) | |
download | freebsd-ports-gnome-a3c425eac4f10c609b832fbf89e050e1dcc2744f.tar.gz freebsd-ports-gnome-a3c425eac4f10c609b832fbf89e050e1dcc2744f.tar.zst freebsd-ports-gnome-a3c425eac4f10c609b832fbf89e050e1dcc2744f.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-mp3fs/Makefile | 2 | ||||
-rw-r--r-- | sysutils/syslog-ng/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/fusefs-mp3fs/Makefile b/sysutils/fusefs-mp3fs/Makefile index f1cd968994f2..9f8f4809f9d4 100644 --- a/sysutils/fusefs-mp3fs/Makefile +++ b/sysutils/fusefs-mp3fs/Makefile @@ -19,7 +19,7 @@ FETCH_CMD= fetch -Fpr CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= fuse +USES= fuse pkgconfig MAN1= mp3fs.1 PLIST_FILES= bin/mp3fs diff --git a/sysutils/syslog-ng/Makefile b/sysutils/syslog-ng/Makefile index d5c9a9ef22de..c33057c8483c 100644 --- a/sysutils/syslog-ng/Makefile +++ b/sysutils/syslog-ng/Makefile @@ -32,6 +32,8 @@ SMTP_DESC= Build with SMTP support JSON_DESC= Build with JSON-C support GEOIP_DESC= Build with GeoIP support +USES= pkgconfig + .include <bsd.port.options.mk> LIB_DEPENDS= evtlog.0:${PORTSDIR}/sysutils/eventlog |