diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /mail/popular/Makefile | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | freebsd-ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'mail/popular/Makefile')
-rw-r--r-- | mail/popular/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/popular/Makefile b/mail/popular/Makefile index 9057e8b94614..a0f4c6121a7f 100644 --- a/mail/popular/Makefile +++ b/mail/popular/Makefile @@ -7,6 +7,7 @@ PORTNAME= popular PORTVERSION= 1.5.5 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.remote.org/jochen/mail/popular/download/ @@ -16,7 +17,7 @@ COMMENT= Suite of programs for setting up large POP3 server systems BUILD_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_OPENSSL= yes USE_PERL5= yes PDM_MODULES= any master |