diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-31 21:59:20 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-31 21:59:20 +0000 |
commit | 9575a8a37c0b051a970aa47581342da0cfa7a468 (patch) | |
tree | 682cab7c65eff3d9bf46be89ac91c4af6abb0c5c /audio/liteamp/Makefile | |
parent | ec9d5ddd471623ba21456b3a9ddaeb026c2416ad (diff) | |
download | pkgsrc-9575a8a37c0b051a970aa47581342da0cfa7a468.tar.gz |
Changed USE_PERL5 to USE_TOOLS+=perl.
Diffstat (limited to 'audio/liteamp/Makefile')
-rw-r--r-- | audio/liteamp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/liteamp/Makefile b/audio/liteamp/Makefile index b73889d582a..891b2b4b4a5 100644 --- a/audio/liteamp/Makefile +++ b/audio/liteamp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/05/22 20:07:38 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/05/31 21:59:20 rillig Exp $ DISTNAME= liteamp-0.2.4.2 PKGREVISION= 1 @@ -11,9 +11,8 @@ COMMENT= Light-weight Music Player for GNOME2 USE_DIRS+= gnome2-1.5 GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake perl USE_PKGLOCALEDIR= yes -USE_PERL5= build USE_LIBTOOL= yes CPPFLAGS+= -UGNOME_DISABLE_DEPRECATED |