diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-11-05 13:56:34 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-11-05 13:56:34 +0000 |
commit | 4871b7a861e431a48862a25441142176386561af (patch) | |
tree | 667e54b05ebb7cfee356466921b098d4dcd04cba /editors/koffice-kde3 | |
parent | 27dd4c4aefaf5190de16cd2e5d7577cd2e2d584f (diff) | |
download | ports-4871b7a861e431a48862a25441142176386561af.tar.gz ports-4871b7a861e431a48862a25441142176386561af.zip |
Fix the PREFIX-safeness fix.
Notes
Notes:
svn path=/head/; revision=147371
Diffstat (limited to 'editors/koffice-kde3')
-rw-r--r-- | editors/koffice-kde3/Makefile | 6 |
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 |