diff options
author | girgen <girgen@FreeBSD.org> | 2005-08-22 17:44:23 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2005-08-22 17:44:23 +0800 |
commit | 81fcc84329114fcf63e40781a884dc465dae6b58 (patch) | |
tree | 406d7c81b80c97c12f0aebc83fd83d719ec9cc6d /editors/calligra | |
parent | 2e8f8b1ba8157885330a0912df487858f7d4094f (diff) | |
download | freebsd-ports-gnome-81fcc84329114fcf63e40781a884dc465dae6b58.tar.gz freebsd-ports-gnome-81fcc84329114fcf63e40781a884dc465dae6b58.tar.zst freebsd-ports-gnome-81fcc84329114fcf63e40781a884dc465dae6b58.zip |
Don't depend on libpq directly, instead use the USE_PGSQL knob
Approved by: portmgr
Diffstat (limited to 'editors/calligra')
-rw-r--r-- | editors/calligra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 135f4b7edc02..937fbe7cdb36 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/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> |