diff options
Diffstat (limited to 'security/courier-authlib/Makefile')
-rw-r--r-- | security/courier-authlib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index f9c3dc9a3c96..b59878225feb 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -7,7 +7,7 @@ PORTNAME= courier-authlib PORTVERSION= 0.58 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= security mail .if defined(PKGNAMESUFFIX) MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -35,9 +35,10 @@ OPTIONS+= GDBM "Use gdbm instead of system bdb" off .else # !defined(PKGNAMESUFFIX) +USE_AUTOTOOLS= libltdl:15 USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 libltdl:15 +GNU_CONFIGURE= yes USE_PERL5= yes USE_REINPLACE= yes USE_SUBMAKE= yes |