diff options
author | marino <marino@pkgsrc.org> | 2012-07-15 16:26:11 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-07-15 16:26:11 +0000 |
commit | 4a8a80f23652df225b597ac3ff5b554c50b6823a (patch) | |
tree | edc9d50bd9ec8d2fb36c9c0b991a794c9bc1d5fc /comms | |
parent | b8a654a129136eb12519928528ce5a7e0ff26ce0 (diff) | |
download | pkgsrc-4a8a80f23652df225b597ac3ff5b554c50b6823a.tar.gz |
comms/asterisk16: Mark NOT-FOR-DRAGONFLY
This package has not been patched for DragonFly.
There are two newer packages, asterisk10 and asterisk18
According to commit messages, this package will be removed in
"not too distant future" due to being EOL.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk16/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/asterisk16/Makefile b/comms/asterisk16/Makefile index e1e59e4d9e9..a792d7ac16a 100644 --- a/comms/asterisk16/Makefile +++ b/comms/asterisk16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2012/06/14 07:45:29 sbd Exp $ +# $NetBSD: Makefile,v 1.44 2012/07/15 16:26:11 marino Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked @@ -20,6 +20,8 @@ LICENSE= gnu-gpl-v2 CONFLICTS+= asterisk-sounds-extra-[0-9]* +NOT_FOR_PLATFORM+= DragonFly-*-* + PKG_DESTDIR_SUPPORT= user-destdir .include "../../mk/bsd.prefs.mk" |