From 3d235b77a10feb60f94687d00c1e81189b8f3472 Mon Sep 17 00:00:00 2001 From: mharo Date: Thu, 30 Mar 2000 21:07:58 +0000 Subject: PREFIX->LOCALBASE in *_DEPENDS (portlint) --- mail/maildrop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1