summaryrefslogtreecommitdiff
path: root/editors/koffice-kde3
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-11-05 13:56:34 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-11-05 13:56:34 +0000
commit4871b7a861e431a48862a25441142176386561af (patch)
tree667e54b05ebb7cfee356466921b098d4dcd04cba /editors/koffice-kde3
parentUpdate to 0.3.2 (diff)
Fix the PREFIX-safeness fix.
Notes
Notes: svn path=/head/; revision=147371
Diffstat (limited to 'editors/koffice-kde3')
-rw-r--r--editors/koffice-kde3/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/koffice-kde3/Makefile b/editors/koffice-kde3/Makefile
index 185bec6793ac..684dac69a2b2 100644
--- a/editors/koffice-kde3/Makefile
+++ b/editors/koffice-kde3/Makefile
@@ -43,10 +43,8 @@ USE_PGSQL= yes
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.pre.mk>
-PG_INCDIR!= ${LOCALBASE}/bin/pg_config --includedir
-PG_LIBDIR!= ${LOCALBASE}/bin/pg_config --libdir
-
-CONFIGURE_ARGS+=--with-pgsqlincdir=${PG_INCDIR} --with-pgsqllibdir=${PG_LIBDIR}
+CONFIGURE_ARGS+=--with-pgsqlincdir=${LOCALBASE}/include \
+ --with-pgsqllibdir=${LOCALBASE}/lib
.if ${OSVERSION} < 500035
EXTRA_PATCHES= ${PATCHDIR}/extrapatch-kexi-main-keximainwindowimpl.cpp