diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2006-08-14 09:04:15 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2006-08-14 09:04:15 +0000 |
commit | 5f1823eb8ea94904355577e3a22601b9b7b89bd8 (patch) | |
tree | 5960dcbf5e157d1f2d010e154038eb88238e64bf /mail/lbdb/Makefile | |
parent | 3e603ceca658e5e789ecf7821797c2799510b223 (diff) | |
download | ports-5f1823eb8ea94904355577e3a22601b9b7b89bd8.tar.gz ports-5f1823eb8ea94904355577e3a22601b9b7b89bd8.zip |
Notes
Diffstat (limited to 'mail/lbdb/Makefile')
-rw-r--r-- | mail/lbdb/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/mail/lbdb/Makefile b/mail/lbdb/Makefile index 6f1534456b8d..43aac70865c9 100644 --- a/mail/lbdb/Makefile +++ b/mail/lbdb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lbdb -PORTVERSION= 0.31.1 +PORTVERSION= 0.32 CATEGORIES= mail MASTER_SITES= http://www.spinnaker.de/debian/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -25,6 +25,9 @@ WITH_ABOOK= yes .if exists (${X11BASE}/bin/evolution) WITH_EVOLUTION= yes .endif +.if exists (/usr/bin/getent) +WITH_GETENT= yes +.endif .if defined(PACKAGE_BUILDING) WITH_GPG= yes @@ -52,6 +55,11 @@ PLIST_SUB+= EVOLUTION="" .else PLIST_SUB+= EVOLUTION="@comment " .endif +.if defined(WITH_GETENT) +PLIST_SUB+= GETENT="" +.else +PLIST_SUB+= GETENT="@comment " +.endif WRKSRC= ${WRKDIR}/lbdb-${PORTVERSION} GNU_CONFIGURE= YES |