diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
commit | dbd39ca660cafa3d1f2acebf05c86bf17a035ff8 (patch) | |
tree | 5d14b5c3a50461b8a6096fcc383dc2181cb624b7 /mail/freepops/Makefile | |
parent | 74313458803db4f95050b550b038051b82c96b67 (diff) |
Notes
Diffstat (limited to 'mail/freepops/Makefile')
-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 |