diff options
author | steve <steve@FreeBSD.org> | 1999-03-15 09:48:26 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-03-15 09:48:26 +0800 |
commit | a3b7169e98f64581fbca317ff2aab6e4f077ac23 (patch) | |
tree | 5596aa74532aefbd34bcdd50e1f8fb12488aa910 | |
parent | b7cc80febf363f01c6d7b029ab3b95212f51eb16 (diff) | |
download | freebsd-ports-graphics-a3b7169e98f64581fbca317ff2aab6e4f077ac23.tar.gz freebsd-ports-graphics-a3b7169e98f64581fbca317ff2aab6e4f077ac23.tar.zst freebsd-ports-graphics-a3b7169e98f64581fbca317ff2aab6e4f077ac23.zip |
Add RUN_DEPENDS on wish8.0.
PR: 10237
Submitted by: Sheldon Hearn <sheldonh@iafrica.com>
-rw-r--r-- | databases/pgaccess/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile index 351e73e340d..5a969b1c5a8 100644 --- a/databases/pgaccess/Makefile +++ b/databases/pgaccess/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Oct 4 20:03:46 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.13 1998/11/23 14:11:02 andreas Exp $ +# $Id: Makefile,v 1.14 1999/03/11 20:33:49 scrappy Exp $ # DISTNAME= pgaccess-0.91 @@ -14,7 +14,8 @@ MAINTAINER= andreas@FreeBSD.ORG WWW_SITE= http://www.flex.ro/pgaccess -RUN_DEPENDS= ${PREFIX}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql +RUN_DEPENDS= ${PREFIX}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql\ + wish8.0:${PORTSDIR}/x11-toolkits/tk80 WRKSRC= ${WRKDIR}/pgaccess NO_BUILD= yes |