summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-03-30 21:07:58 +0000
committermharo <mharo@FreeBSD.org>2000-03-30 21:07:58 +0000
commit3d235b77a10feb60f94687d00c1e81189b8f3472 (patch)
treec27239b5361cd4c091b928bcaae28cce1482aa70
parent7e64e4b09849ab95665fcce2ddca51d287a13779 (diff)
downloadFreeBSD-ports-3d235b77a10feb60f94687d00c1e81189b8f3472.zip
FreeBSD-ports-3d235b77a10feb60f94687d00c1e81189b8f3472.tar.gz
PREFIX->LOCALBASE in *_DEPENDS (portlint)
-rw-r--r--mail/maildrop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index 74f971c..3c8827b 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= tom@eborcom.com
# want these extensions installed, NO_GDBM must be defined.
#
.if !defined(NO_GDBM)
-BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
+BUILD_DEPENDS= ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
.endif
ALL_TARGET= config.h xconfig.h all
OpenPOWER on IntegriCloud