diff options
author | obache <obache@pkgsrc.org> | 2010-05-15 23:57:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-15 23:57:42 +0000 |
commit | 18935d8888686191644214f794ce1b5288e4f087 (patch) | |
tree | 1a329fc4be68a8edf5cfe18d8a89bca84ee4e195 /textproc | |
parent | 3a3a05f733329a9d17a0777cdd65a9c7a05fe32c (diff) | |
download | pkgsrc-18935d8888686191644214f794ce1b5288e4f087.tar.gz |
LICENSE=gnu-gpl-v2
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/suikyo/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/suikyo/Makefile.common b/textproc/suikyo/Makefile.common index 6cda4fa1a70..ded818ff23e 100644 --- a/textproc/suikyo/Makefile.common +++ b/textproc/suikyo/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2010/05/15 23:56:00 obache Exp $ +# $NetBSD: Makefile.common,v 1.3 2010/05/15 23:57:42 obache Exp $ # # used by textproc/ruby-suikyo/Makefile # used by textproc/suikyo-docs/Makefile @@ -14,6 +14,7 @@ PATCHDIR= ${.CURDIR}/../../textproc/suikyo/patches MAINTAINER?= obache@NetBSD.org HOMEPAGE?= http://taiyaki.org/suikyo/ +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_TOOLS+= pkg-config |