diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-08-24 12:47:33 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-08-24 12:47:33 +0000 |
commit | 5cd0a8433cf801789834fbbea5d89e7f94f5ebed (patch) | |
tree | 1334580b3d7a4db49986ef66e40e3766ce97bedd | |
parent | 8d04d4c878cd742612be7b95f5285592602e14bd (diff) | |
download | pkgsrc-5cd0a8433cf801789834fbbea5d89e7f94f5ebed.tar.gz |
Make build again:
* pull in xgettext via BUILD_USES_MSGFMT
* get $GTK_CONFIG defined via USE_CONFIG_WRAPPER
Home that's TRT
-rw-r--r-- | audio/easytag/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index 088a9bcb076..37575a0b341 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/08/17 21:16:45 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/08/24 12:47:33 hubertf Exp $ # DISTNAME= easytag-0.15 @@ -10,8 +10,9 @@ HOMEPAGE= http://easytag.sourceforge.net/ COMMENT= Tool to view, edit and write ID3 v1&2 TAGs with a GTK+ interface USE_GMAKE= yes -#USE_LIBINTL= yes +BUILD_USES_MSGFMT= yes # xgettext, really USE_X11BASE= yes +USE_CONFIG_WRAPPER= yes # $GTK_CONFIG .include "../../audio/id3lib/buildlink.mk" .include "../../devel/gettext-lib/buildlink.mk" |