diff options
author | tron <tron@pkgsrc.org> | 1998-06-20 14:03:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-06-20 14:03:12 +0000 |
commit | 4ae80d5b5e2ad47912b8048bb3ab9c26d44a1b86 (patch) | |
tree | 66bd2eb3121fd6fcbab4d4c71e902314ae1deb09 /audio | |
parent | 9ddda2fb4a32047d2e90199575cd1e9d42b1e2c5 (diff) | |
download | pkgsrc-4ae80d5b5e2ad47912b8048bb3ab9c26d44a1b86.tar.gz |
Remove unnecessary "USE_X11= yes".
Diffstat (limited to 'audio')
-rw-r--r-- | audio/snd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index e3663f7c1e3..a8190802f51 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/06/09 13:36:48 agc Exp $ +# $NetBSD: Makefile,v 1.12 1998/06/20 14:07:07 tron Exp $ # DISTNAME= snd @@ -11,7 +11,6 @@ MAINTAINER= hubertf@netbsd.org DEPENDS+= xpm-3.4j:../../graphics/xpm -USE_X11= yes USE_MOTIF= yes MAKEFILE= makefile.netbsd ALL_TARGET= snd |