diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-01-16 16:31:51 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-01-16 16:31:51 +0000 |
commit | 43a41c13c04bc92ad413abc5d1c497467b0b7ebe (patch) | |
tree | 39fcc1c475b8a69faa1afc53ee751d5dc92dc61f /devel | |
parent | 07129c0ea1b3d8f929985efe482babd015c98292 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnustep-make/Makefile | 2 | ||||
-rw-r--r-- | devel/gnustep-make/pkg-descr | 2 | ||||
-rw-r--r-- | devel/gnustep/Makefile | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index 7126e5c83b24..48986b8283e8 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -18,7 +18,7 @@ USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes GNU_CONFIGURE= yes -RESTRICTED= GPL3 +NO_PACKAGE= GPL3 MAKE_FLAGS= OPTFLAG="${CFLAGS}" CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c" \ diff --git a/devel/gnustep-make/pkg-descr b/devel/gnustep-make/pkg-descr index 267b7c2ce47d..4064c5deb811 100644 --- a/devel/gnustep-make/pkg-descr +++ b/devel/gnustep-make/pkg-descr @@ -6,4 +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: GPL3 + WWW: http://www.gnustep.org/ diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile index 73c328717ac6..dd4cec4b408d 100644 --- a/devel/gnustep/Makefile +++ b/devel/gnustep/Makefile @@ -15,7 +15,7 @@ EXTRACT_ONLY= # empty MAINTAINER= dinoex@FreeBSD.org COMMENT= Objective-C libraries based on the OpenStep standard -RESTRICTED= GPL3 +NO_PACKAGE= GPL3 NO_BUILD= yes NO_INSTALL= yes USE_GNUSTEP= yes |