From 81fcc84329114fcf63e40781a884dc465dae6b58 Mon Sep 17 00:00:00 2001 From: girgen Date: Mon, 22 Aug 2005 09:44:23 +0000 Subject: Don't depend on libpq directly, instead use the USE_PGSQL knob Approved by: portmgr --- editors/calligra/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/calligra') 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 -- cgit