aboutsummaryrefslogtreecommitdiff
path: root/textproc/raptor2/Makefile
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-11-04 23:10:31 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-11-04 23:10:31 +0000
commitb917e1f509353bf6adee944b90201be6273d1431 (patch)
treebf58f41784ea1cb5eb60f7c13f802675873cce88 /textproc/raptor2/Makefile
parente44447e35538a6a9bc1f46ef125e0986450e778e (diff)
downloadports-b917e1f509353bf6adee944b90201be6273d1431.tar.gz
ports-b917e1f509353bf6adee944b90201be6273d1431.zip
- Update to 2.0.15.
- Set INSTALL_TARGET=install-strip.
Notes
Notes: svn path=/head/; revision=372176
Diffstat (limited to 'textproc/raptor2/Makefile')
-rw-r--r--textproc/raptor2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile
index 292d60c89cf7..8a979d754053 100644
--- a/textproc/raptor2/Makefile
+++ b/textproc/raptor2/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= raptor2
-PORTVERSION= 2.0.14
+PORTVERSION= 2.0.15
CATEGORIES= textproc
MASTER_SITES= http://download.librdf.org/source/ \
SF/librdf/${PORTNAME}/${PORTVERSION}
@@ -28,6 +28,7 @@ CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \
--with-curl-config=${LOCALBASE}/bin/curl-config \
--with-icu-config=${LOCALBASE}/bin/icu-config \
--with-www=curl
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes