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 /security | |
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 'security')
-rw-r--r-- | security/gnome-keyring-sharp/Makefile | 8 | ||||
-rw-r--r-- | security/openvpn-admin/Makefile | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/security/gnome-keyring-sharp/Makefile b/security/gnome-keyring-sharp/Makefile index faef38897715..f7392eb08c6b 100644 --- a/security/gnome-keyring-sharp/Makefile +++ b/security/gnome-keyring-sharp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome-keyring-sharp -# Date created: 2008-10-08 -# Whom: Romain Tartiere <romain@blogreen.org> -# +# Created by: Romain Tartiere <romain@blogreen.org> # $FreeBSD$ -# PORTNAME= gnome-keyring-sharp PORTVERSION= 1.0.2 @@ -19,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/deve RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack gtksharp20 USE_LDCONFIG= yes diff --git a/security/openvpn-admin/Makefile b/security/openvpn-admin/Makefile index a17d59e753e3..04cb3d09b902 100644 --- a/security/openvpn-admin/Makefile +++ b/security/openvpn-admin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openvpn-admin -# Date Created: 06 Dec 2005 -# Whom: Remington Lang <MrL0Lz@gmail.com> -# +# Created by: Remington Lang <MrL0Lz@gmail.com> # $FreeBSD$ -# PORTNAME= openvpn-admin PORTVERSION= 1.9.4 @@ -18,7 +14,7 @@ RUN_DEPENDS= openvpn:${PORTSDIR}/security/openvpn WRKSRC= ${WRKDIR}/${DISTNAME:S/b//} -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtksharp20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |