diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
commit | ba924988158be48f52fe628d4fbe1d11f24c3ba4 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /security | |
parent | f0ce14b31f1feae1fbe0f8354dfae3db067a6190 (diff) | |
download | freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.gz freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.zst freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'security')
-rw-r--r-- | security/gringotts/Makefile | 7 | ||||
-rw-r--r-- | security/razorback-archiveInflate/Makefile | 11 | ||||
-rw-r--r-- | security/razorback-fsWalk/Makefile | 11 | ||||
-rw-r--r-- | security/razorback-scriptNugget/Makefile | 11 | ||||
-rw-r--r-- | security/razorback-swfScanner/Makefile | 11 | ||||
-rw-r--r-- | security/razorback-syslogNugget/Makefile | 11 | ||||
-rw-r--r-- | security/seahorse/Makefile | 3 |
7 files changed, 23 insertions, 42 deletions
diff --git a/security/gringotts/Makefile b/security/gringotts/Makefile index 5f19ce3ea5c5..e4cbfa4bedcf 100644 --- a/security/gringotts/Makefile +++ b/security/gringotts/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gringotts -# Date created: 02 July 2002 -# Whom: Anders Nordby <anders@FreeBSD.org> -# +# Created by: Anders Nordby <anders@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gringotts PORTVERSION= 1.2.10 @@ -17,6 +13,7 @@ COMMENT= GTK application to securely store sensitive data LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ gringotts.2:${PORTSDIR}/security/libgringotts +USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes diff --git a/security/razorback-archiveInflate/Makefile b/security/razorback-archiveInflate/Makefile index 1002b883aa09..0fc8c2be7293 100644 --- a/security/razorback-archiveInflate/Makefile +++ b/security/razorback-archiveInflate/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-archiveInflate -# Date created: 2011/06/8 -# Whom: Tom Judge <tom@tomjudge.com> -# +# Created by: Tom Judge <tom@tomjudge.com> # $FreeBSD$ -# PORTNAME= archiveInflate PORTVERSION= 0.5.0 @@ -25,15 +21,16 @@ RUN_DEPENDS= razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-master OPTIONS_DEFINE= DEBUG ASSERT ASSERT_DESC= Enable Asserts -.include <bsd.port.options.mk> - RB_LIBDIR?= ${PREFIX}/lib/razorback GNU_CONFIGURE= yes +USES= pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= ${RB_LIBDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +.include <bsd.port.options.mk> + .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-debug .endif diff --git a/security/razorback-fsWalk/Makefile b/security/razorback-fsWalk/Makefile index 666b2c20d3a9..d3cb2ec61204 100644 --- a/security/razorback-fsWalk/Makefile +++ b/security/razorback-fsWalk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-fsWalk -# Date created: 2011/06/8 -# Whom: Tom Judge <tom@tomjudge.com> -# +# Created by: Tom Judge <tom@tomjudge.com> # $FreeBSD$ -# PORTNAME= fsWalk PORTVERSION= 0.5.0 @@ -22,13 +18,14 @@ LIB_DEPENDS= razorback_api.2:${PORTSDIR}/security/razorback-api OPTIONS_DEFINE= DEBUG ASSERT -.include <bsd.port.options.mk> - GNU_CONFIGURE= yes +USES= pkgconfig USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +.include <bsd.port.options.mk> + .if !empty(PORT_OPTIONS:MDEBUG) CONFIGURE_ARGS+=--enable-debug .endif diff --git a/security/razorback-scriptNugget/Makefile b/security/razorback-scriptNugget/Makefile index a2121c36cabd..27681e25d2ab 100644 --- a/security/razorback-scriptNugget/Makefile +++ b/security/razorback-scriptNugget/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-scriptNugget -# Date created: 2011/06/8 -# Whom: Tom Judge <tom@tomjudge.com> -# +# Created by: Tom Judge <tom@tomjudge.com> # $FreeBSD$ -# PORTNAME= scriptNugget PORTVERSION= 0.5.0 @@ -26,9 +22,8 @@ RUN_DEPENDS= razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-master OPTIONS_DEFINE= DEBUG ASSERT ASSERT_DESC= Enable Asserts -.include <bsd.port.options.mk> - RB_LIBDIR?= ${PREFIX}/lib/razorback +USES= pkgconfig USE_GNOME= libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-ruby @@ -37,6 +32,8 @@ USE_LDCONFIG= ${RB_LIBDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +.include <bsd.port.options.mk> + .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-debug .endif diff --git a/security/razorback-swfScanner/Makefile b/security/razorback-swfScanner/Makefile index e39a6d1f1bb9..d074f0cb4f4f 100644 --- a/security/razorback-swfScanner/Makefile +++ b/security/razorback-swfScanner/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-swfScanner -# Date created: 2011/06/8 -# Whom: Tom Judge <tom@tomjudge.com> -# +# Created by: Tom Judge <tom@tomjudge.com> # $FreeBSD$ -# PORTNAME= swfScanner PORTVERSION= 0.5.0 @@ -25,15 +21,16 @@ RUN_DEPENDS= razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-master OPTIONS_DEFINE= DEBUG ASSERT ASSERT_DESC= Enable Asserts -.include <bsd.port.options.mk> - RB_LIBDIR?= ${PREFIX}/lib/razorback GNU_CONFIGURE= yes +USES= pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= ${RB_LIBDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +.include <bsd.port.options.mk> + .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-debug .endif diff --git a/security/razorback-syslogNugget/Makefile b/security/razorback-syslogNugget/Makefile index d2fe526b4855..d49e18b35e41 100644 --- a/security/razorback-syslogNugget/Makefile +++ b/security/razorback-syslogNugget/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-archiveInflate -# Date created: 2011/06/8 -# Whom: Tom Judge <tom@tomjudge.com> -# +# Created by: Tom Judge <tom@tomjudge.com> # $FreeBSD$ -# PORTNAME= syslogNugget PORTVERSION= 0.5.0 @@ -25,8 +21,7 @@ RUN_DEPENDS= razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-master OPTIONS_DEFINE= DEBUG ASSERT ASSERT_DESC= Enable Asserts -.include <bsd.port.options.mk> - +USES= pkgconfig RB_LIBDIR?= ${PREFIX}/lib/razorback GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool @@ -34,6 +29,8 @@ USE_LDCONFIG= ${RB_LIBDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +.include <bsd.port.options.mk> + .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-debug .endif diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 907b938c9cca..162008ee6995 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -25,8 +25,7 @@ CONFLICTS= libcryptui-3.[0-9]* seahorse-3.[0-9]* USE_XORG= sm USE_LDCONFIG= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= intlhack gnomeprefix gconf2 gnomedocutils GNU_CONFIGURE= yes INSTALLS_OMF= yes |