diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cam/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/cam/Makefile b/audio/cam/Makefile index f78068cf064..774d7f8e57e 100644 --- a/audio/cam/Makefile +++ b/audio/cam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/17 21:21:58 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/03/09 02:23:44 rh Exp $ # DISTNAME= cam-1.02 @@ -6,6 +6,8 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/sound/mixers/} EXTRACT_SUFX= .tgz +CONFLICTS+= feh<1.2.6nb3 + MAINTAINER= hubertf@NetBSD.org COMMENT= Cpu's Audio Mixer [curses based] |