diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
tree | 65c820907a86a7c844ee463115637dde60f2aa36 /mail/perdition | |
parent | 742adcabd74aa0adc91246bae79c97658a078415 (diff) | |
download | ports-186b8ba82fdd761aee89704395c52ac809bc7026.tar.gz ports-186b8ba82fdd761aee89704395c52ac809bc7026.zip |
Notes
Diffstat (limited to 'mail/perdition')
-rw-r--r-- | mail/perdition/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index e816bda04cea..51258f35e3f1 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -7,14 +7,14 @@ PORTNAME= perdition PORTVERSION= 1.13 +PORTREVISION= 1 CATEGORIES= mail net security MASTER_SITES= http://www.vergenet.net/linux/perdition/download/${PORTVERSION}/ MAINTAINER= clement@FreeBSD.org COMMENT= A POP3 & IMAP4 proxy that can map users to multiple backend servers -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ - popt.0:${PORTSDIR}/devel/popt \ +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger \ vanessa_socket.0:${PORTSDIR}/devel/libvanessa_socket \ vanessa_adt.0:${PORTSDIR}/devel/libvanessa_adt @@ -24,6 +24,7 @@ MAN8= perdition.8 MANCOMPRESSED= no +USE_GETTEXT= yes USE_LIBTOOL= YES CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" BDB_LIB=db3 LDFLAGS+= -L${LOCALBASE}/lib |