diff options
author | Xin LI <delphij@FreeBSD.org> | 2007-05-28 19:01:13 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2007-05-28 19:01:13 +0000 |
commit | b0f0a04fa7f6530596e74c9233e234a5f1a7a201 (patch) | |
tree | d24c0f12451ee5f9f55e6dbb9ed3ce19d5e29758 /mail | |
parent | ec2f22a3ecd77dbfcaea11524caac2f3da2cd0d5 (diff) | |
download | ports-b0f0a04fa7f6530596e74c9233e234a5f1a7a201.tar.gz ports-b0f0a04fa7f6530596e74c9233e234a5f1a7a201.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-gps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-gps/Makefile b/mail/postfix-gps/Makefile index b0b85789b037..e4afad433445 100644 --- a/mail/postfix-gps/Makefile +++ b/mail/postfix-gps/Makefile @@ -7,7 +7,7 @@ PORTNAME= gps PORTVERSION= 0.93 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail security MASTER_SITES= http://mimo.gn.apc.org/gps/ PKGNAMEPREFIX= postfix- @@ -25,7 +25,7 @@ SCRIPT_FILES= gps-maintain.pl gps-db-update.pl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_AUTOTOOLS= automake:19 autoconf:259 -USE_GCC= 3.4 +USE_GCC= 3.4+ CONFIGURE_ARGS= --bindir=${PREFIX}/libexec --includedir=${PREFIX}/include CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${PREFIX}/include" \ CXXFLAGS="${CXXFLAGS} -I${PREFIX}/include" \ |