diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-02-13 16:21:48 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-02-13 16:21:48 +0000 |
commit | aee83933ebce5e9a39531c78cd292c016d3803c7 (patch) | |
tree | 110ed33505f88ab0f9e631f290787025125bfd04 /mail/postfix-gps-devel/Makefile | |
parent | a5860aa97ad1de362a8862cc7418a77e6fbb8cff (diff) |
Notes
Diffstat (limited to 'mail/postfix-gps-devel/Makefile')
-rw-r--r-- | mail/postfix-gps-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix-gps-devel/Makefile b/mail/postfix-gps-devel/Makefile index 4a2913c961a6..6ef365ee96ea 100644 --- a/mail/postfix-gps-devel/Makefile +++ b/mail/postfix-gps-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gps -PORTVERSION= 0.9 +PORTVERSION= 0.93 CATEGORIES= mail security MASTER_SITES= http://mimo.gn.apc.org/gps/ PKGNAMEPREFIX= postfix- @@ -17,7 +17,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= delphij@FreeBSD.org COMMENT= Greylist Policy Service for postfix -BROKEN= Broken dependency +BROKEN= databases/libdbi-drivers package build does not build necessary files yet LIB_DEPENDS= dbi.0:${PORTSDIR}/databases/libdbi RUN_DEPENDS= ${LOCALBASE}/lib/dbd:${PORTSDIR}/databases/libdbi-drivers @@ -28,7 +28,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_AUTOCONF_VER= 259 USE_AUTOMAKE_VER= 19 -USE_GCC= 3.3 +USE_GCC= 3.4 CONFIGURE_ARGS= --bindir=${PREFIX}/libexec --includedir=${PREFIX}/include CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${PREFIX}/include" \ CXXFLAGS="${CXXFLAGS} -I${PREFIX}/include" \ @@ -41,6 +41,6 @@ post-install: .for f in ${SCRIPT_FILES} @${INSTALL_SCRIPT} ${_DISTDIR}/${f} ${PREFIX}/libexec .endfor - @${PAGER} pkg-message + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |