diff options
author | ade <ade@FreeBSD.org> | 2007-10-17 18:13:01 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-10-17 18:13:01 +0800 |
commit | 6f10a06995e640bf1073c28f5c13ea8f8412737a (patch) | |
tree | d14ccc864c4783b5751e425e681d4bc7e63ec159 /mail/freepops | |
parent | 7428a469a6c4123272d6ac2707e3cf432227515b (diff) | |
download | freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.tar.gz freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.tar.zst freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.zip |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
Diffstat (limited to 'mail/freepops')
-rw-r--r-- | mail/freepops/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/freepops/Makefile b/mail/freepops/Makefile index fc72a402aa05..2ef45d27b727 100644 --- a/mail/freepops/Makefile +++ b/mail/freepops/Makefile @@ -7,6 +7,7 @@ PORTNAME= freepops PORTVERSION= 0.0.99 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= freepops @@ -16,9 +17,10 @@ COMMENT= Extensible webmail to pop3 interface LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ curl:${PORTSDIR}/ftp/curl -BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison MAN1= freepopsd.1 + +USE_BISON= build USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.sh |