diff options
-rw-r--r-- | audio/aumix/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/aumix/Makefile.common b/audio/aumix/Makefile.common index ea8e4a81e24..0929e8daf16 100644 --- a/audio/aumix/Makefile.common +++ b/audio/aumix/Makefile.common @@ -1,9 +1,8 @@ -# $NetBSD: Makefile.common,v 1.11 2017/01/19 18:52:02 agc Exp $ +# $NetBSD: Makefile.common,v 1.12 2017/01/21 23:38:19 rillig Exp $ # used by audio/aumix/Makefile # used by audio/aumix-gtk/Makefile DISTNAME= aumix-2.9.1 -PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aumix/} MASTER_SITES+= http://jpj.net/~trevor/aumix/ |