aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-24 22:23:05 +0800
committerbapt <bapt@FreeBSD.org>2013-05-24 22:23:05 +0800
commit1f197d9a274f26ea27dd1960da35115cc0bd600a (patch)
tree1d3e1f9c96de08f21c4a3adea7c11a16374446eb
parenta8711033044a3f451294cc8be556fb4ca5e8856d (diff)
downloadfreebsd-ports-gnome-1f197d9a274f26ea27dd1960da35115cc0bd600a.tar.gz
freebsd-ports-gnome-1f197d9a274f26ea27dd1960da35115cc0bd600a.tar.zst
freebsd-ports-gnome-1f197d9a274f26ea27dd1960da35115cc0bd600a.zip
Fix build on current with USE_GCC=any (uses nested functions)
-rw-r--r--mail/p3scan/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/p3scan/Makefile b/mail/p3scan/Makefile
index 0bc233aea485..16555d7f8c4c 100644
--- a/mail/p3scan/Makefile
+++ b/mail/p3scan/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p3scan
-# Date created: 20 Februari 2003
-# Whom: Edwin Groothuis <edwin@mavetju.org>
-#
+# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$
-#
PORTNAME= p3scan
PORTVERSION= 2.3.2
@@ -20,6 +16,7 @@ PLIST_FILES= etc/p3scan/p3scan.conf.sample etc/p3scan/p3scan.mail.sample \
sbin/p3scan
PLIST_DIRS= etc/p3scan
+USE_GCC= any
USE_GMAKE= yes
MAKE_ENV= _LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" GMAKE=${GMAKE}
SCRIPTS_ENV= PKG_PREFIX=${PREFIX} NONEXISTENT=${NONEXISTENT} PASSWD=/etc/passwd