diff options
Diffstat (limited to 'chat/weechat/Makefile')
-rw-r--r-- | chat/weechat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index 890bc631d3f..678a92e81be 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/10/12 18:38:41 tonio Exp $ +# $NetBSD: Makefile,v 1.18 2007/10/12 23:06:27 wiz Exp $ # DISTNAME= weechat-0.2.6 @@ -20,6 +20,8 @@ MAKE_ENV+= INSTALL_DATA_DIR=${INSTALL_DATA_DIR:Q} INCOMPAT_CURSES+= NetBSD-*-* +#LICENSE= gplv3 + .include "options.mk" .include "../../devel/gettext-lib/buildlink3.mk" |