diff options
author | wiz <wiz@pkgsrc.org> | 2007-10-12 23:06:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-10-12 23:06:27 +0000 |
commit | 322c2e0d89d51ec042b9c878b27deeb685360c79 (patch) | |
tree | fd0b091019febed3f13a268988ab2015c1da3a72 /chat/weechat/Makefile | |
parent | d37d9f955aac114cefafbe62c7e8db2a6e5bd92a (diff) | |
download | pkgsrc-322c2e0d89d51ec042b9c878b27deeb685360c79.tar.gz |
Add comment indicating that this package falls under GPLv3.
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" |