diff options
author | Renato Botelho <garga@FreeBSD.org> | 2012-07-02 22:24:21 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2012-07-02 22:24:21 +0000 |
commit | a2e035369724c8e855c81f5d85701252382c41e7 (patch) | |
tree | 5f273b0392509d9125b0b8254ef9beb306da8171 /mail/maildrop | |
parent | f3941b6e07e9756ac66aaeb7bd455d79015ade5e (diff) | |
download | ports-a2e035369724c8e855c81f5d85701252382c41e7.tar.gz ports-a2e035369724c8e855c81f5d85701252382c41e7.zip |
Notes
Diffstat (limited to 'mail/maildrop')
-rw-r--r-- | mail/maildrop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 04a0b10ba750..95a2e893d4fb 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -42,7 +42,7 @@ CONFIGURE_ARGS= --enable-syslog=1 \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre MAILDROP_LOG_COLUMNS?= 72 # lenght of 'File:' line in log @@ -55,7 +55,7 @@ MAILDROP_LOG_COLUMNS?= 72 # lenght of 'File:' line in log .include <bsd.port.pre.mk> .if defined(WITH_GDBM) -LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm +LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm CONFIGURE_ARGS+= --with-db=gdbm .else CONFIGURE_ARGS+= --with-db=db |