diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-22 07:35:19 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-22 07:35:19 +0800 |
commit | b6a47ca7f4656fd0c241bb77c83d41d53ba977fa (patch) | |
tree | 706dea0da9604fa36d475525e2906c1faf4cc1f5 /databases/pgaccess/Makefile | |
parent | 18af79273f326b713772495ac26f6c5ad1ed053b (diff) | |
download | freebsd-ports-gnome-b6a47ca7f4656fd0c241bb77c83d41d53ba977fa.tar.gz freebsd-ports-gnome-b6a47ca7f4656fd0c241bb77c83d41d53ba977fa.tar.zst freebsd-ports-gnome-b6a47ca7f4656fd0c241bb77c83d41d53ba977fa.zip |
PREFIX -> LOCALBASE
Diffstat (limited to 'databases/pgaccess/Makefile')
-rw-r--r-- | databases/pgaccess/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile index 33f42f4bfa37..d92158a8f504 100644 --- a/databases/pgaccess/Makefile +++ b/databases/pgaccess/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.flex.ro/pub/pgaccess/ MAINTAINER= andreas@FreeBSD.org -RUN_DEPENDS= ${PREFIX}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql\ +RUN_DEPENDS= ${LOCALBASE}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql\ wish8.2:${PORTSDIR}/x11-toolkits/tk82 WRKSRC= ${WRKDIR}/pgaccess |