aboutsummaryrefslogtreecommitdiff
path: root/mail/tpop3d
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:13:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:13:58 +0000
commitf329319eb51eb2930a53eb96f5f2932c737a71b8 (patch)
treeb57a522e4d6bc4ba4d5d17beaecdca9c5bc59d88 /mail/tpop3d
parent06af334ab9027f9aaad087ad2a4f1e684dc5cec7 (diff)
downloadports-f329319eb51eb2930a53eb96f5f2932c737a71b8.tar.gz
ports-f329319eb51eb2930a53eb96f5f2932c737a71b8.zip
Fix some non default LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=362049
Diffstat (limited to 'mail/tpop3d')
-rw-r--r--mail/tpop3d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile
index a5b1186150a2..8c5acc81f897 100644
--- a/mail/tpop3d/Makefile
+++ b/mail/tpop3d/Makefile
@@ -41,7 +41,7 @@ PASSWDAUTH_CONFIGURE_ENABLE= auth-passwd
MBOXINDICES_CONFIGURE_ENABLE= mbox-bsd-save-indices
DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac
-GDBMAUTH_LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm
+GDBMAUTH_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm
.include <bsd.port.options.mk>