svn commit: r318975 - head/mail/p3scan
Baptiste Daroussin
bapt at FreeBSD.org
Fri May 24 14:23:05 UTC 2013
Author: bapt
Date: Fri May 24 14:23:05 2013
New Revision: 318975
URL: http://svnweb.freebsd.org/changeset/ports/318975
Log:
Fix build on current with USE_GCC=any (uses nested functions)
Modified:
head/mail/p3scan/Makefile
Modified: head/mail/p3scan/Makefile
==============================================================================
--- head/mail/p3scan/Makefile Fri May 24 14:17:38 2013 (r318974)
+++ head/mail/p3scan/Makefile Fri May 24 14:23:05 2013 (r318975)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p3scan
-# Date created: 20 Februari 2003
-# Whom: Edwin Groothuis <edwin at mavetju.org>
-#
+# Created by: Edwin Groothuis <edwin at mavetju.org>
# $FreeBSD$
-#
PORTNAME= p3scan
PORTVERSION= 2.3.2
@@ -20,6 +16,7 @@ PLIST_FILES= etc/p3scan/p3scan.conf.samp
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
More information about the svn-ports-head
mailing list