aboutsummaryrefslogtreecommitdiff
path: root/devel/root
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-08-18 07:21:48 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-08-18 07:21:48 +0000
commit43caee71615bfd375f69937961eef9685f79eeb6 (patch)
tree3ce8cf41067766310476d6f5533f4c34417fb9af /devel/root
parent3f18e598385dda0c1b5b1951a0ec237f9e895d16 (diff)
downloadports-43caee71615bfd375f69937961eef9685f79eeb6.tar.gz
ports-43caee71615bfd375f69937961eef9685f79eeb6.zip
[PATCH] devel/root: Wrong dependancy!
The dependancy on databases/postgresql is bogus. Change it to databases/postgresql7 PR: ports/70609 Submitted by: Ulrich Spoerlein <q@uni.de>
Notes
Notes: svn path=/head/; revision=116572
Diffstat (limited to 'devel/root')
-rw-r--r--devel/root/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/root/Makefile b/devel/root/Makefile
index 324f32206135..a87386ec4faf 100644
--- a/devel/root/Makefile
+++ b/devel/root/Makefile
@@ -114,7 +114,7 @@ PLIST_SUB+= AFTERIMAGE="@comment "
.if !defined(WITHOUT_POSTGRESQL) && defined(WITH_POSTGRESQL)
CONFIGURE_ARGS+= --enable-pgsql
-LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql
+LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
PLIST_SUB+= POSTGRESQL=""
.else
CONFIGURE_ARGS+= --disable-pgsql