diff options
author | wiz <wiz@pkgsrc.org> | 2001-10-12 16:46:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-10-12 16:46:05 +0000 |
commit | 89b5ee06fc6d55fd47d03e194f6bdb443eb13ec9 (patch) | |
tree | 143ad97172cc2031eb92173379d746068a2fef0d /audio | |
parent | b49aebb7ddae7b912a45ac511bcab10f81d004d7 (diff) | |
download | pkgsrc-89b5ee06fc6d55fd47d03e194f6bdb443eb13ec9.tar.gz |
Remove commented out USE_CURSES (buildlinked).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/emixer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/emixer/Makefile b/audio/emixer/Makefile index 8df7559f747..b07784f5093 100644 --- a/audio/emixer/Makefile +++ b/audio/emixer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/06/19 15:57:39 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2001/10/12 16:46:05 wiz Exp $ # DISTNAME= emixer-0.05.5 @@ -12,7 +12,6 @@ COMMENT= mpg123-frontend that can mix two mp3 streams, and fade between them DEPENDS+= mpg123-0.59*:../../audio/mpg123 -#USE_CURSES= YES USE_BUILDLINK_ONLY= YES post-extract: |