diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-11-05 02:51:21 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-11-05 02:51:21 +0000 |
commit | 01e545bfe1355a041a6413312b9349f2b003c90e (patch) | |
tree | b425a24b405bd4f615df1ba59fae9ef735112c41 /editors/koffice-kde4 | |
parent | 8c8981f56f1de641236b51298860a806eaddc4a9 (diff) |
Notes
Diffstat (limited to 'editors/koffice-kde4')
-rw-r--r-- | editors/koffice-kde4/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile index 12caf4d920aa..dd9fb61c41ef 100644 --- a/editors/koffice-kde4/Makefile +++ b/editors/koffice-kde4/Makefile @@ -44,6 +44,11 @@ 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} + .if ${OSVERSION} < 500035 EXTRA_PATCHES= ${PATCHDIR}/extrapatch-kexi-main-keximainwindowimpl.cpp .endif |