diff options
author | wiz <wiz> | 2007-12-17 23:45:40 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-12-17 23:45:40 +0000 |
commit | ba6cbd7dbc0da1d2278dfaaa3616beae9059b87c (patch) | |
tree | 9602721110369ad9809df0c7c5003d9577c32fc6 /games/gcompris | |
parent | be589a6c796ffc243ad7bf1dacbcd9262f36dd08 (diff) | |
download | pkgsrc-ba6cbd7dbc0da1d2278dfaaa3616beae9059b87c.tar.gz |
Add commented out LICENSE line (gnu-gplv3).
XXX: please enable the default licenses so that we can add these for real.
Diffstat (limited to 'games/gcompris')
-rw-r--r-- | games/gcompris/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index da272439c9a..899829bb7b2 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/12/17 18:55:31 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2007/12/17 23:45:40 wiz Exp $ DISTNAME= gcompris-8.4.2 CATEGORIES= games @@ -16,6 +16,7 @@ USE_LIBTOOL= YES CHECK_PORTABILITY_SKIP+= macosx/build-gtk.sh USE_DIRS+= xdg-1.1 gnome2-1.5 INFO_FILES= yes +#LICENSE= gnu-gplv3 DEPENDS+= gnuchess-[0-9]*:../../games/gnuchess |