aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-03-24 23:51:03 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-03-24 23:51:03 +0800
commit74c2945c16800c1347e889fef3ffa33f84d5ec72 (patch)
treeca8abc00c58ac273c3a9576bbbd4d2448b7e4db8 /mail
parentb64c610d62fd3647065833f9035b8ea43b10d1a1 (diff)
downloadfreebsd-ports-gnome-74c2945c16800c1347e889fef3ffa33f84d5ec72.tar.gz
freebsd-ports-gnome-74c2945c16800c1347e889fef3ffa33f84d5ec72.tar.zst
freebsd-ports-gnome-74c2945c16800c1347e889fef3ffa33f84d5ec72.zip
- Add explicit pkgconf dependency
- Trim headers PR: ports/177306 Reported by: John Marino <draco@marino.st> With hat: portmgr
Diffstat (limited to 'mail')
-rw-r--r--mail/spmfilter-clamav/Makefile7
-rw-r--r--mail/spmfilter-spamassassin/Makefile7
2 files changed, 4 insertions, 10 deletions
diff --git a/mail/spmfilter-clamav/Makefile b/mail/spmfilter-clamav/Makefile
index ef5468510e14..de62faf40ee0 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 5f1de1fbacd5..ed18252c52da 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