diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-06 03:53:32 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-06 03:53:32 +0800 |
commit | 3c2de4c3c1509b35003f606603b721eac1a687a2 (patch) | |
tree | 97db08eb54a352667721acc3b77fb68c132eaca4 /lang | |
parent | cf159f13c37e9c26850b7e585f9f11f3a01979e3 (diff) | |
download | freebsd-ports-gnome-3c2de4c3c1509b35003f606603b721eac1a687a2.tar.gz freebsd-ports-gnome-3c2de4c3c1509b35003f606603b721eac1a687a2.tar.zst freebsd-ports-gnome-3c2de4c3c1509b35003f606603b721eac1a687a2.zip |
LICENSE GPLv2
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnustep-objc/Makefile | 2 | ||||
-rw-r--r-- | lang/gnustep-objc/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile index bd6c079af0c7..bfc9f5cc8984 100644 --- a/lang/gnustep-objc/Makefile +++ b/lang/gnustep-objc/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= libs MAINTAINER= dinoex@FreeBSD.org COMMENT= A snapshot of libobjc, meant to be used with GNUstep +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes diff --git a/lang/gnustep-objc/pkg-descr b/lang/gnustep-objc/pkg-descr index 8fad4db138fe..26dcf84deedc 100644 --- a/lang/gnustep-objc/pkg-descr +++ b/lang/gnustep-objc/pkg-descr @@ -6,6 +6,6 @@ arrays, to GUI interface classes such as windows, sliders, buttons, etc. Please contact the GNUstep maintainers at <discussion@gnustep.org> in case of questions and help offers. -LICENSE: GPL +LICENSE: GPL2 or later WWW: http://www.gnustep.org/ |