diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-21 06:42:17 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-21 06:42:17 +0800 |
commit | 2e08fccbfb722bf146213a251c2af65c63800c21 (patch) | |
tree | fe713b7e41c6fdde40fdab8f0cb4741157ad28bd /games/tinymux | |
parent | e99ca9f8af348af984592e3723b161b43a93d33c (diff) | |
download | freebsd-ports-gnome-2e08fccbfb722bf146213a251c2af65c63800c21.tar.gz freebsd-ports-gnome-2e08fccbfb722bf146213a251c2af65c63800c21.tar.zst freebsd-ports-gnome-2e08fccbfb722bf146213a251c2af65c63800c21.zip |
PREFIX -> LOCALBASE
Diffstat (limited to 'games/tinymux')
-rw-r--r-- | games/tinymux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tinymux/Makefile b/games/tinymux/Makefile index bee724861db0..1634dc510504 100644 --- a/games/tinymux/Makefile +++ b/games/tinymux/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.digex.net/pub/mud/tinymux/ MAINTAINER= cjohnson@camelot.com -BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm +BUILD_DEPENDS= ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm WRKSRC= ${WRKDIR}/src #GNU_CONFIGURE= YES |