summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-03-24 15:51:03 +0000
committerbdrewery <bdrewery@FreeBSD.org>2013-03-24 15:51:03 +0000
commit74c2945c16800c1347e889fef3ffa33f84d5ec72 (patch)
treeca8abc00c58ac273c3a9576bbbd4d2448b7e4db8
parentb64c610d62fd3647065833f9035b8ea43b10d1a1 (diff)
downloadFreeBSD-ports-74c2945c16800c1347e889fef3ffa33f84d5ec72.zip
FreeBSD-ports-74c2945c16800c1347e889fef3ffa33f84d5ec72.tar.gz
- Add explicit pkgconf dependency
- Trim headers PR: ports/177306 Reported by: John Marino <draco@marino.st> With hat: portmgr
-rw-r--r--audio/arts/Makefile1
-rw-r--r--chinese/scim-tables/Makefile7
-rw-r--r--irc/irssi-dcc_send_limiter/Makefile7
-rw-r--r--japanese/scim-tables/Makefile7
-rw-r--r--korean/scim-tables/Makefile7
-rw-r--r--mail/spmfilter-clamav/Makefile7
-rw-r--r--mail/spmfilter-spamassassin/Makefile7
-rw-r--r--net-mgmt/yaf/Makefile6
8 files changed, 15 insertions, 34 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile
index d4f78f0..0178ca5 100644
--- a/audio/arts/Makefile
+++ b/audio/arts/Makefile
@@ -44,6 +44,7 @@ USE_ICONV= yes
USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xft xi \
xinerama xrandr xrender xt
USE_LDCONFIG= yes
+USE_PKGCONFIG= build
QTCPPFLAGS+= -L${LOCALBASE}/lib
DO_NOT_COMPILE+=gmcop
_NO_KDE_FINAL= yes
diff --git a/chinese/scim-tables/Makefile b/chinese/scim-tables/Makefile
index 85be2bd..927404c 100644
--- a/chinese/scim-tables/Makefile
+++ b/chinese/scim-tables/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: zh-scim-tables
-# Date created: 22 May 2004
-# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca>
-#
+# Created by: Jie Gao <gaoj@cpsc.ucalgary.ca>
# $FreeBSD$
-#
PORTNAME= scim-tables
PORTVERSION= 0.5.10
@@ -19,6 +15,7 @@ RUN_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
USE_GMAKE= yes
GNU_CONFIGURE= yes
+USE_PKGCONFIG= build
.include <bsd.port.pre.mk>
diff --git a/irc/irssi-dcc_send_limiter/Makefile b/irc/irssi-dcc_send_limiter/Makefile
index 41058e5..7236971 100644
--- a/irc/irssi-dcc_send_limiter/Makefile
+++ b/irc/irssi-dcc_send_limiter/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dcc_send_limiter
-# Date created: 23 October 2005
-# Whom: Timothy Redaelli <drizzt@gufi.org>
-#
+# Created by: Timothy Redaelli <drizzt@gufi.org>
# $FreeBSD$
-#
PORTNAME= dcc_send_limiter
PORTVERSION= 0.8.10
@@ -25,6 +21,7 @@ BUILD_DEPENDS= irssi:${PORTSDIR}/irc/irssi
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
USE_GNOME= glib20
+USE_PKGCONFIG= build
NO_WRKSUBDIR= yes
PLIST_FILES= lib/irssi/modules/lib/${DISTNAME}.so
diff --git a/japanese/scim-tables/Makefile b/japanese/scim-tables/Makefile
index ab5f727..08474bd 100644
--- a/japanese/scim-tables/Makefile
+++ b/japanese/scim-tables/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ja-scim-tables
-# Date created: 22 May 2004
-# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca>
-#
+# Created by: Jie Gao <gaoj@cpsc.ucalgary.ca>
# $FreeBSD$
-#
PORTNAME= scim-tables
PORTVERSION= 0.5.10
@@ -19,6 +15,7 @@ RUN_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
USE_GMAKE= yes
GNU_CONFIGURE= yes
+USE_PKGCONFIG= build
.include <bsd.port.pre.mk>
diff --git a/korean/scim-tables/Makefile b/korean/scim-tables/Makefile
index 76ab65f..b732548 100644
--- a/korean/scim-tables/Makefile
+++ b/korean/scim-tables/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: ko-scim-tables
-# Date created: 22 May 2004
-# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca>
-#
+# Created by: Jie Gao <gaoj@cpsc.ucalgary.ca>
# $FreeBSD$
# $MCom: ports/korean/scim-tables/Makefile,v 1.1 2006/09/30 03:44:11 ahze Exp $
-
PORTNAME= scim-tables
PORTVERSION= 0.5.10
PORTREVISION= 1
@@ -19,6 +15,7 @@ RUN_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
USE_GMAKE= yes
GNU_CONFIGURE= yes
+USE_PKGCONFIG= build
.include <bsd.port.pre.mk>
diff --git a/mail/spmfilter-clamav/Makefile b/mail/spmfilter-clamav/Makefile
index ef54685..de62faf 100644
--- a/mail/spmfilter-clamav/Makefile
+++ b/mail/spmfilter-clamav/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: spmfilter-clamav
-# Date created: 2010-04-30
-# Whom: Axel Steiner <ast@treibsand.com>
-#
+# Created by: Axel Steiner <ast@treibsand.com>
# $FreeBSD$
-#
PORTNAME= spmfilter-clamav
PORTVERSION= 0.1.1
@@ -23,6 +19,7 @@ CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \
-DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib"
USE_LDCONFIG= ${PREFIX}/lib/spmfilter
+USE_PKGCONFIG= build
OPTIONS= DEBUG "Enable Debugging" off
diff --git a/mail/spmfilter-spamassassin/Makefile b/mail/spmfilter-spamassassin/Makefile
index 5f1de1f..ed18252 100644
--- a/mail/spmfilter-spamassassin/Makefile
+++ b/mail/spmfilter-spamassassin/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: spmfilter-spamassassin
-# Date created: 2010-04-29
-# Whom: Axel Steiner <ast@treibsand.com>
-#
+# Created by: Axel Steiner <ast@treibsand.com>
# $FreeBSD$
-#
PORTNAME= spmfilter-spamassassin
PORTVERSION= 0.1
@@ -22,6 +18,7 @@ CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \
-DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib"
USE_LDCONFIG= ${PREFIX}/lib/spmfilter
+USE_PKGCONFIG= build
OPTIONS= DEBUG "Enable Debugging" off
diff --git a/net-mgmt/yaf/Makefile b/net-mgmt/yaf/Makefile
index 0237521..747fc76 100644
--- a/net-mgmt/yaf/Makefile
+++ b/net-mgmt/yaf/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: yaf
-# Date created: 2009-06-29
-# Whom: Dikshie <dikshie@sfc.wide.ad.jp>
-#
+# Created by: Dikshie <dikshie@sfc.wide.ad.jp>
# $FreeBSD$
PORTNAME= yaf
@@ -25,6 +22,7 @@ USE_LDCONFIG= yes
USE_PERL5= yes
MAKE_JOBS_SAFE= yes
CONFIOGURE_ARGS+= --disable-doxygen
+USE_PKGCONFIG= build
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
OpenPOWER on IntegriCloud