diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-09-02 21:03:43 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-09-02 21:03:43 +0000 |
commit | d9a29ad3c737e93bf0f5112e62264ea430960a10 (patch) | |
tree | 4d7a19dcf62ccdfe57b26c2b6ecb430549066a91 /editors/openoffice.org-vcltesttool/Makefile | |
parent | 28693c072041f46e3aa139d1600a85f236d5e61f (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-vcltesttool/Makefile')
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index 975ac1f0bbe3..3421029d04bf 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/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) |