diff options
Diffstat (limited to 'comms/asterisk16/Makefile')
-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" |