diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
commit | 019f2422aaa071ea4b35d1bc3b69068878ea93d5 (patch) | |
tree | e9e009fc092528bdc298f66c506930624e74cb2c /security | |
parent | 4dfe867ac40f1b052a2f64bf10a0f33f79b55dbe (diff) |
Notes
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 |