diff options
-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 |