diff options
author | tron <tron@pkgsrc.org> | 1998-07-03 23:30:09 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-07-03 23:30:09 +0000 |
commit | ea3fd449152f0a92cda167c5b3660acda96d635f (patch) | |
tree | 55863bae65aff4552b775bc83309be0da1bbf453 /audio/snd | |
parent | 5f524e3f61ad363bd74bcf74475e10faed1330b8 (diff) | |
download | pkgsrc-ea3fd449152f0a92cda167c5b3660acda96d635f.tar.gz |
Don't mirror distribution files which are kept locally anyway.
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index a8190802f51..05de61bcc72 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/06/20 14:07:07 tron Exp $ +# $NetBSD: Makefile,v 1.13 1998/07/03 23:30:09 tron Exp $ # DISTNAME= snd @@ -11,6 +11,7 @@ MAINTAINER= hubertf@netbsd.org DEPENDS+= xpm-3.4j:../../graphics/xpm +MIRROR_DISTFILE= no USE_MOTIF= yes MAKEFILE= makefile.netbsd ALL_TARGET= snd |