diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2007-05-30 00:23:55 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2007-05-30 00:23:55 +0000 |
commit | 385ad0258bbc70aad5e506806b0352fef4e34b6b (patch) | |
tree | b73445470bdd5fa802134e7134de814faec84609 /editors/openoffice.org-3-devel | |
parent | 821f3c51a136d4a41c411f5063c644bbc239c07a (diff) | |
download | ports-385ad0258bbc70aad5e506806b0352fef4e34b6b.tar.gz ports-385ad0258bbc70aad5e506806b0352fef4e34b6b.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index eb6a57ce7964..7263abc67477 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -105,7 +105,9 @@ OOOCXX= ${CCACHE_PREFIX} ${CXX} OOOCC= ${CC} OOOCXX= ${CXX} .endif -CONFIGURE_ENV+= CC="${OOOCC}" CXX="${OOOCXX}" +CONFIGURE_ENV+= CC="${OOOCC}" CXX="${OOOCXX}" \ + CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip \ |