diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-06-10 21:44:41 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-06-10 21:44:41 +0000 |
commit | bd6e1176fa7addef5be1ffa38ebe79462b9b1174 (patch) | |
tree | 0b90954d6b7ea331aa0f8ff68c3cdbc9131d60df /devel/libvirt/Makefile | |
parent | 790f6e18635bce7a3b5a355c69804d373e9df5bb (diff) |
Notes
Diffstat (limited to 'devel/libvirt/Makefile')
-rw-r--r-- | devel/libvirt/Makefile | 5 |
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 " |