diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-30 21:07:58 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-30 21:07:58 +0000 |
commit | 2266068a7907db6b0a7f7d408d9933f5123a7478 (patch) | |
tree | a5ee99d9bad7b29ed611d7fcb56770f3f86016ca /mail/maildrop | |
parent | portlint (diff) |
PREFIX->LOCALBASE in *_DEPENDS (portlint)
Notes
Notes:
svn path=/head/; revision=27156
Diffstat (limited to 'mail/maildrop')
-rw-r--r-- | mail/maildrop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 74f971c50292..3c8827b03fb1 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 |