aboutsummaryrefslogtreecommitdiff
path: root/devel/libvirt/Makefile
diff options
context:
space:
mode:
authorJulien Laffaye <jlaffaye@FreeBSD.org>2011-06-10 21:44:41 +0000
committerJulien Laffaye <jlaffaye@FreeBSD.org>2011-06-10 21:44:41 +0000
commitbd6e1176fa7addef5be1ffa38ebe79462b9b1174 (patch)
tree0b90954d6b7ea331aa0f8ff68c3cdbc9131d60df /devel/libvirt/Makefile
parent790f6e18635bce7a3b5a355c69804d373e9df5bb (diff)
Notes
Diffstat (limited to 'devel/libvirt/Makefile')
-rw-r--r--devel/libvirt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile
index 5252f8b350e9..158fa8c6c109 100644
--- a/devel/libvirt/Makefile
+++ b/devel/libvirt/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= libvirt
-PORTVERSION= 0.9.1
-PORTREVISION= 2
+PORTVERSION= 0.9.2
CATEGORIES= devel
MASTER_SITES= http://libvirt.org/sources/
@@ -39,6 +38,8 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
+CONFIGURE_ARGS+= --enable-nls \
+ --with-libintl-prefix=${LOCALBASE}
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "