diff options
author | gls <gls> | 2012-09-25 19:53:39 +0000 |
---|---|---|
committer | gls <gls> | 2012-09-25 19:53:39 +0000 |
commit | c256b3f8bf9c84b9d19a13211228ad12b744498c (patch) | |
tree | 452e78e2c81b53cf9bf67db568f4db032c03f78c /sysutils | |
parent | c0716c5952c3d6406ffa786dd17a75c4dc7e7d0b (diff) | |
download | pkgsrc-c256b3f8bf9c84b9d19a13211228ad12b744498c.tar.gz |
Build Fix.
USE_TOOLS+= msgfmt. Should fix build on SmartOS, Linux and Darwin.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/virtinst/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/virtinst/Makefile b/sysutils/virtinst/Makefile index 9f4caabe207..5eb15063215 100644 --- a/sysutils/virtinst/Makefile +++ b/sysutils/virtinst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/09/06 05:30:44 gls Exp $ +# $NetBSD: Makefile,v 1.3 2012/09/25 19:53:39 gls Exp $ # DISTNAME= virtinst-0.600.3 @@ -10,6 +10,7 @@ HOMEPAGE= http://virt-manager.org/ COMMENT= Module to help in starting installations inside of virtual machines LICENSE= gnu-gpl-v2 +USE_TOOLS+= msgfmt PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none |