diff options
author | joerg <joerg@pkgsrc.org> | 2006-08-22 16:01:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-08-22 16:01:39 +0000 |
commit | 8386ededf629a4239738b981e7388e1c18a30155 (patch) | |
tree | e568784f4eef210d9bcf24f671aa4848054bd38c | |
parent | f28b28dd5f0b4ab6d4dd5df8bfd4db9f14f82e92 (diff) | |
download | pkgsrc-8386ededf629a4239738b981e7388e1c18a30155.tar.gz |
Needs intltool.
-rw-r--r-- | sysutils/libgtop2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/libgtop2/Makefile b/sysutils/libgtop2/Makefile index b4caecb4fdd..9c92ea2e638 100644 --- a/sysutils/libgtop2/Makefile +++ b/sysutils/libgtop2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/08/06 19:06:44 jmmv Exp $ +# $NetBSD: Makefile,v 1.38 2006/08/22 16:01:39 joerg Exp $ DISTNAME= libgtop-2.14.2 PKGNAME= ${DISTNAME:S/-/2-/} @@ -13,7 +13,7 @@ COMMENT= Library to retrieve system information, used in GNOME2 OSVERSION_SPECIFIC= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake makeinfo msgfmt perl pkg-config +USE_TOOLS+= gmake makeinfo msgfmt perl pkg-config intltool USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= libgtop-2.0.pc.in PKGCONFIG_OVERRIDE+= support/gnome-support-2.0.pc.in |