diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 04:02:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 04:02:01 +0800 |
commit | 53600dfaabdae69e2abc3babafc09671f8916908 (patch) | |
tree | df2c032468427dc0c7b66d3bb125b511416bc590 | |
parent | cc33170943fa61617b8f7e5b3db1b43320de5379 (diff) | |
download | freebsd-ports-gnome-53600dfaabdae69e2abc3babafc09671f8916908.tar.gz freebsd-ports-gnome-53600dfaabdae69e2abc3babafc09671f8916908.tar.zst freebsd-ports-gnome-53600dfaabdae69e2abc3babafc09671f8916908.zip |
Add an explicit dependency on pkgconf
-rw-r--r-- | databases/pecl-mdbtools/Makefile | 7 | ||||
-rw-r--r-- | graphics/svg2pdf/Makefile | 7 | ||||
-rw-r--r-- | mail/dbmail/Makefile | 7 | ||||
-rw-r--r-- | security/razorback-virusTotal/Makefile | 11 | ||||
-rw-r--r-- | sysutils/bacula-bat/Makefile | 1 | ||||
-rw-r--r-- | textproc/pdfgrep/Makefile | 2 | ||||
-rw-r--r-- | textproc/ssddiff/Makefile | 7 |
7 files changed, 16 insertions, 26 deletions
diff --git a/databases/pecl-mdbtools/Makefile b/databases/pecl-mdbtools/Makefile index 15dbe4ac5a57..3523aaa0b0c5 100644 --- a/databases/pecl-mdbtools/Makefile +++ b/databases/pecl-mdbtools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pecl-mdbtools -# Date created: 22 December 2007 -# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org> -# +# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org> # $FreeBSD$ -# PORTNAME= mdbtools PORTVERSION= 1.0.0 @@ -19,6 +15,7 @@ COMMENT= A PECL extension for the mdbtools library LICENSE= LGPL21 +USES= pkgconfig USE_PHP= yes USE_PHPEXT= yes USE_PHP_BUILD= yes diff --git a/graphics/svg2pdf/Makefile b/graphics/svg2pdf/Makefile index 7d50f0a5cd89..11242382717b 100644 --- a/graphics/svg2pdf/Makefile +++ b/graphics/svg2pdf/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: svg2pdf -# Date created: August 05, 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/graphics/svg2pdf/Makefile,v 1.2 2005/08/08 02:09:09 marcus Exp $ -# PORTNAME= svg2pdf PORTVERSION= 0.1.3 @@ -18,6 +14,7 @@ COMMENT= Render an SVG image to a PDF file (using cairo) LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo GNU_CONFIGURE= yes +USES= pkgconfig MAN1= svg2pdf.1 PLIST_FILES= bin/svg2pdf diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile index 383ada417ebe..279728bb8a3d 100644 --- a/mail/dbmail/Makefile +++ b/mail/dbmail/Makefile @@ -26,13 +26,11 @@ OPTIONS_DEFINE= LDAP SIEVE THREADS OPTIONS_DEFAULT= THREADS SIEVE_DESC= Build with support for Sieve mail sorting language -.include <bsd.port.options.mk> - USE_AUTOTOOLS= libtool autoheader autoconf USE_LDCONFIG= ${PREFIX}/lib/dbmail USE_RC_SUBR= dbmail-pop3d dbmail-lmtpd dbmail-imapd dbmail-timsieved USE_OPENSSL= yes -USES= gmake shebangfix +USES= gmake shebangfix pkgconfig SHEBANG_FILES= man/fixsp.pl CFLAGS+= -fPIC ${PTHREAD_CFLAGS} @@ -42,6 +40,9 @@ CONFIGURE_ARGS+= --with-zdb=${LOCALBASE} --sysconfdir=${LOCALBASE}/etc MAKE_ARGS+= mandir=${MANPREFIX}/man PORTDOCS= AUTHORS BUGS INSTALL THANKS UPGRADING + +.include <bsd.port.options.mk> + .if ${PORT_OPTIONS:MDOCS} MAN1= dbmail-deliver.1 dbmail.1 MAN5= dbmail.conf.5 diff --git a/security/razorback-virusTotal/Makefile b/security/razorback-virusTotal/Makefile index 3603a5ae9499..c4ad17d93347 100644 --- a/security/razorback-virusTotal/Makefile +++ b/security/razorback-virusTotal/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-virusTotal -# Date created: 2011/06/8 -# Whom: Tom Judge <tom@tomjudge.com> -# +# Created by: Tom Judge <tom@tomjudge.com> # $FreeBSD$ -# PORTNAME= virusTotal PORTVERSION= 0.5.0 @@ -26,15 +22,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/sysutils/bacula-bat/Makefile b/sysutils/bacula-bat/Makefile index 0d46d10c69bf..8ebf63f1dc84 100644 --- a/sysutils/bacula-bat/Makefile +++ b/sysutils/bacula-bat/Makefile @@ -10,6 +10,7 @@ COMMENT= Network backup solution (GUI) LIB_DEPENDS+= qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \ bac:${PORTSDIR}/sysutils/bacula-client +USES= pkgconfig USE_QT4= qmake_build uic_build moc_build rcc_build WITH_BAT= yes diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile index fd3f9b71553d..d193eb2ab30e 100644 --- a/textproc/pdfgrep/Makefile +++ b/textproc/pdfgrep/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler" PLIST_FILES= bin/pdfgrep diff --git a/textproc/ssddiff/Makefile b/textproc/ssddiff/Makefile index d900b2c12949..a9bd0dbeaffc 100644 --- a/textproc/ssddiff/Makefile +++ b/textproc/ssddiff/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: SSDDiff -# Date created: 11 Apr 2006 -# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> -# +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ssddiff PORTVERSION= 0.2 @@ -16,6 +12,7 @@ COMMENT= A diff application for semistructured data such as XML files USE_AUTOTOOLS= automake14 USE_BZIP2= yes +USES= pkgconfig USE_GNOME= libxml2 MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ CPPFLAGS="-I${LOCALBASE}/include \ |