diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-24 14:23:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-24 14:23:05 +0000 |
commit | 106256e9910e508fa6549c46edb28e0981a6daf8 (patch) | |
tree | 1d3e1f9c96de08f21c4a3adea7c11a16374446eb | |
parent | 20707f6bda0e6d72dfe022435711886d519bb750 (diff) | |
download | ports-106256e9910e508fa6549c46edb28e0981a6daf8.tar.gz ports-106256e9910e508fa6549c46edb28e0981a6daf8.zip |
Notes
-rw-r--r-- | mail/p3scan/Makefile | 7 |
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 |