diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2010-09-22 02:25:12 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2010-09-22 02:25:12 +0000 |
commit | bc042dbb4dc9ed5fcf085a5e8c7ce65e00e436e6 (patch) | |
tree | 0b87e9b411786baa3af944b08a94e36abd70da63 /comms/asterisk-sounds-extra | |
parent | 9fe3877589bee4689f8bcb86e4901083f2d35d73 (diff) | |
download | pkgsrc-bc042dbb4dc9ed5fcf085a5e8c7ce65e00e436e6.tar.gz |
add a conflict with asterisk >= 1.6.2 as that will include the extra sounds
Diffstat (limited to 'comms/asterisk-sounds-extra')
-rw-r--r-- | comms/asterisk-sounds-extra/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/asterisk-sounds-extra/Makefile b/comms/asterisk-sounds-extra/Makefile index 17818e92155..0b59e0e35c6 100644 --- a/comms/asterisk-sounds-extra/Makefile +++ b/comms/asterisk-sounds-extra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2010/03/08 00:24:43 jnemeth Exp $ +# $NetBSD: Makefile,v 1.9 2010/09/22 02:25:12 jnemeth Exp $ # DISTNAME= asterisk-sounds-${DIST_VERS} @@ -10,6 +10,8 @@ MAINTAINER= jnemeth@NetBSD.org HOMEPAGE= http://www.asterisk.org/ COMMENT= Asterisk IVR and miscellaneous sound files +CONFLICTS+= asterisk>=1.6.2 + DIST_VERS= 1.2.1 PKG_DESTDIR_SUPPORT= user-destdir |