diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-02 20:06:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-02 20:06:11 +0000 |
commit | d480fe70cea0226db3fe9cb6d739bc4bb475c478 (patch) | |
tree | cfe0bfde1f380c8d727e04a3f65994a9293aead4 /audio | |
parent | 34c36c42a262514209b77c7f72852ccb11a9e921 (diff) | |
download | pkgsrc-d480fe70cea0226db3fe9cb6d739bc4bb475c478.tar.gz |
Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aumix/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index 30b98380927..229fd1a5ced 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/03/27 03:19:45 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2001/04/02 20:06:11 wiz Exp $ DISTNAME= aumix-2.7 CATEGORIES= audio @@ -12,9 +12,8 @@ MAINTAINER= trevor@jpj.net HOMEPAGE= http://jpj.net/~trevor/aumix.html COMMENT= Set mix levels -BUILD_USES_MSGFMT= yes - DEPENDS+= gtk+-1.2.*:../../x11/gtk +BUILD_USES_MSGFMT= yes USE_CURSES= yes REPLACE_NCURSES= ${WRKSRC}/configure ${WRKSRC}/src/curses.h \ |