summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-09-06 19:04:37 +0000
committerhubertf <hubertf@pkgsrc.org>1999-09-06 19:04:37 +0000
commit473fbaf6a30d6f3f4dc01d1d86c24a506a20470d (patch)
tree862aa37fa2a9ba0733b1b4859a8ffc52bc36948c
parent822054f984387436b60c5fd5b81d355ef77d7ca3 (diff)
downloadpkgsrc-473fbaf6a30d6f3f4dc01d1d86c24a506a20470d.tar.gz
This package wants some postgres headers installed. Make sure they are
there (add dependencies on postgres)
-rw-r--r--databases/gtranscript/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/gtranscript/Makefile b/databases/gtranscript/Makefile
index 8b3b8c383cb..d690de4ceea 100644
--- a/databases/gtranscript/Makefile
+++ b/databases/gtranscript/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/08/29 12:48:58 rh Exp $
+# $NetBSD: Makefile,v 1.3 1999/09/06 19:04:37 hubertf Exp $
#
DISTNAME= gtranscript-0.0.1
@@ -17,6 +17,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://gtranscript.linuxbox.com/
DEPENDS+= gnome-core-1.0.9:../../x11/gnome-core
+DEPENDS+= postgresql-6.4.2:../../databases/postgresql
GNU_CONFIGURE= YES
USE_X11BASE= YES