summaryrefslogtreecommitdiff
path: root/editors/koffice-kde4
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2005-08-22 09:44:23 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2005-08-22 09:44:23 +0000
commitd1c6265aa76518071cf5519ff1dc124adff5f26f (patch)
tree77f11f32a33528c82148f6f516e5f461a89373bf /editors/koffice-kde4
parentFix build by chasing shlib version. (diff)
Don't depend on libpq directly, instead use the USE_PGSQL knob
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=140950
Diffstat (limited to 'editors/koffice-kde4')
-rw-r--r--editors/koffice-kde4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile
index 135f4b7edc02..937fbe7cdb36 100644
--- a/editors/koffice-kde4/Makefile
+++ b/editors/koffice-kde4/Makefile
@@ -24,7 +24,6 @@ LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \
freetype:${PORTSDIR}/print/freetype2 \
lcms:${PORTSDIR}/graphics/lcms \
paper:${PORTSDIR}/print/libpaper \
- pq:${PORTSDIR}/databases/postgresql74-client \
wpd-0.8:${PORTSDIR}/textproc/libwpd \
wv2:${PORTSDIR}/textproc/wv2 \
xml2:${PORTSDIR}/textproc/libxml2 \
@@ -39,6 +38,7 @@ USE_GMAKE= yes
USE_KDELIBS_VER=3
USE_MYSQL= yes
USE_PYTHON= yes
+USE_PGSQL= yes
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.pre.mk>