From a3b7169e98f64581fbca317ff2aab6e4f077ac23 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 15 Mar 1999 01:48:26 +0000 Subject: Add RUN_DEPENDS on wish8.0. PR: 10237 Submitted by: Sheldon Hearn --- databases/pgaccess/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'databases/pgaccess') diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile index 351e73e340d7..5a969b1c5a85 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 # -# $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 -- cgit