diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-05 19:53:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-05 19:53:32 +0000 |
commit | da5e61df799409db97d84b6c6b41957a3f4d5525 (patch) | |
tree | a622d4d4c7a8181f8c9c9a5c627d4dbbf4557117 /lang/gnustep-objc | |
parent | 545f989b2af921e7d6313d6b58fedb88c70c4ee9 (diff) | |
download | ports-da5e61df799409db97d84b6c6b41957a3f4d5525.tar.gz ports-da5e61df799409db97d84b6c6b41957a3f4d5525.zip |
Notes
Diffstat (limited to 'lang/gnustep-objc')
-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/ |