diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:04:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:04:00 +0000 |
commit | 83021732317b2ba7b8c7b282f63433710942e378 (patch) | |
tree | 96bf111a2c4bd2fb8f21e7bd11b5e29e623151fd /comms | |
parent | 77aed62c7dd85849d79f39424870b45a07e0a078 (diff) | |
download | freebsd-ports-83021732317b2ba7b8c7b282f63433710942e378.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnokii/Makefile | 2 | ||||
-rw-r--r-- | comms/grig/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index cbbe92c96686..b64f03c6acb1 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser GROUPS= ${PORTNAME} USE_BZIP2= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_LDCONFIG= yes USE_CSTD= gnu89 WANT_GNOME= yes diff --git a/comms/grig/Makefile b/comms/grig/Makefile index 6dbda0e94501..1b18bc184d37 100644 --- a/comms/grig/Makefile +++ b/comms/grig/Makefile @@ -16,8 +16,7 @@ LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib USE_GNOME= gtk20 GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig MAN1= grig.1 |