diff options
author | pooka <pooka@pkgsrc.org> | 2000-06-20 21:33:50 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-06-20 21:33:50 +0000 |
commit | d7bc4755218ee8ce6c4513b2d1a0e072dcd4bd2c (patch) | |
tree | 568121cd31b86ffb1bf1c7827b87dc6478927d77 /audio/libsidplay | |
parent | 3267392af2f24b63d6cc63e4dc15edfc4f5b89c0 (diff) | |
download | pkgsrc-d7bc4755218ee8ce6c4513b2d1a0e072dcd4bd2c.tar.gz |
Make this conflict with sidplay-1.36.* (old sidplay), since they both
contain same files.
Diffstat (limited to 'audio/libsidplay')
-rw-r--r-- | audio/libsidplay/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index 437cb385a8b..8c36f12284f 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/06/19 22:45:59 pooka Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/20 21:33:50 pooka Exp $ # DISTNAME= libsidplay-1_36_38 @@ -11,6 +11,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= pooka@netbsd.org HOMEPAGE= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/ +CONFLICTS= sidplay-1.36.* + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_GMAKE= yes |