diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-09-12 13:46:58 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-09-12 13:46:58 +0000 |
commit | 2fc6a06a9bc3abfccb6b93249380619b3228bd4b (patch) | |
tree | 2d27e2d009b00b4b01cca37fd29831b8c3017cd2 /mail/perdition | |
parent | c6beb9cdcd0b88fbda4b01503b7adc4f82eedbf1 (diff) | |
download | ports-2fc6a06a9bc3abfccb6b93249380619b3228bd4b.tar.gz ports-2fc6a06a9bc3abfccb6b93249380619b3228bd4b.zip |
Notes
Diffstat (limited to 'mail/perdition')
-rw-r--r-- | mail/perdition/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index 66f3faeac9b1..f1c8933731b0 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -7,7 +7,7 @@ PORTNAME= perdition PORTVERSION= 1.17.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail net security MASTER_SITES= http://www.vergenet.net/linux/perdition/download/${PORTVERSION}/ @@ -95,7 +95,7 @@ PLIST_SUB+= NIS="@comment " .if defined(WITH_GDBM) CONFIGURE_ARGS+= --enable-gdbm -LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm +LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm PLIST_SUB+= GDBM="" MAN1+= makegdbm.1 .else |