diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-31 05:07:58 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-31 05:07:58 +0800 |
commit | 3d235b77a10feb60f94687d00c1e81189b8f3472 (patch) | |
tree | c27239b5361cd4c091b928bcaae28cce1482aa70 /mail/maildrop | |
parent | 7e64e4b09849ab95665fcce2ddca51d287a13779 (diff) | |
download | freebsd-ports-gnome-3d235b77a10feb60f94687d00c1e81189b8f3472.tar.gz freebsd-ports-gnome-3d235b77a10feb60f94687d00c1e81189b8f3472.tar.zst freebsd-ports-gnome-3d235b77a10feb60f94687d00c1e81189b8f3472.zip |
PREFIX->LOCALBASE in *_DEPENDS (portlint)
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 |