aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-08-07 19:36:51 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-08-07 19:36:51 +0000
commit87ab6484ab601b9824b9ab9ecccda6366d0f063e (patch)
tree88b02682a1dbb56d54af25f9133fc82188d021bb
parent58fed244a9f5eb6b3782a293b8d89f157fedbb76 (diff)
downloadports-87ab6484ab601b9824b9ab9ecccda6366d0f063e.tar.gz
ports-87ab6484ab601b9824b9ab9ecccda6366d0f063e.zip
Notes
-rw-r--r--devel/monotone/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 987499adff6c..c86c67808cc1 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -14,17 +14,16 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
-LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \
- idn:${PORTSDIR}/dns/libidn \
- sqlite3:${PORTSDIR}/databases/sqlite3 \
- botan-1.10:${PORTSDIR}/security/botan110
+LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
+ libidn.so:${PORTSDIR}/dns/libidn \
+ libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
+ libbotan-1.10.so:${PORTSDIR}/security/botan110
SUB_FILES= pkg-message
USE_BZIP2= yes
-USE_PERL5_BUILD=yes
-USES= iconv pkgconfig gmake
+USES= iconv pkgconfig gmake perl5
+USE_PERL5= build
USE_LUA= 5.1+
-MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
@@ -86,6 +85,7 @@ post-patch:
-e "s/\"idn/\"libidn/g" \
-e "s/\"pcre/\"libpcre/g" \
-e "s/\"botan/\"botan-1.10/g" \
+ -e "s/REBUILD_NLS=true/REBUILD_NLS=false/g" \
${WRKSRC}/configure
post-install: