summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-03-24 15:51:03 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-03-24 15:51:03 +0000
commitc32bd6cd08edc430e74ef48d98b5f0c5c77317c7 (patch)
treeca8abc00c58ac273c3a9576bbbd4d2448b7e4db8 /mail
parentFix pkg-plist (diff)
- Add explicit pkgconf dependency
- Trim headers PR: ports/177306 Reported by: John Marino <draco@marino.st> With hat: portmgr
Notes
Notes: svn path=/head/; revision=315130
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