summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-devel
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-09-02 21:03:43 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-09-02 21:03:43 +0000
commitd9a29ad3c737e93bf0f5112e62264ea430960a10 (patch)
tree4d7a19dcf62ccdfe57b26c2b6ecb430549066a91 /editors/openoffice.org-2-devel
parentUpdate to OOD680_m2 (diff)
Do not hard code some libraries
Notes
Notes: svn path=/head/; revision=171918
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r--editors/openoffice.org-2-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile
index 975ac1f0bbe3..3421029d04bf 100644
--- a/editors/openoffice.org-2-devel/Makefile
+++ b/editors/openoffice.org-2-devel/Makefile
@@ -146,7 +146,7 @@ ANT_VERSION= 1.6.5
BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant
.endif
.if !defined(WITH_GPC)
-LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
+LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
.endif
GNU_CONFIGURE= yes
@@ -166,7 +166,7 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --with-gnu-patch=${LOCALBASE
WITHOUT_MOZILLA= yes
.endif
.if (${GCCVER} == 41)
-LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost
+LIB_DEPENDS+= boost_regex:${PORTSDIR}/devel/boost
CONFIGURE_ARGS+= --with-system-boost=yes #i58343#
.endif
.if (${OSVERSION} <= 492000)