diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-01-17 00:59:54 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-01-17 00:59:54 +0800 |
commit | c455dead0c78ec37cce18eaac238b419c521c066 (patch) | |
tree | 9b60aae4ec16e8eb4efa80bf5e8771e1fb1a4154 /lang | |
parent | 1ecbe8d8f186d03255e35c42d6bc27ea316508b3 (diff) | |
download | freebsd-ports-gnome-c455dead0c78ec37cce18eaac238b419c521c066.tar.gz freebsd-ports-gnome-c455dead0c78ec37cce18eaac238b419c521c066.tar.zst freebsd-ports-gnome-c455dead0c78ec37cce18eaac238b419c521c066.zip |
- set NO_PACKAGE
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnustep-base/Makefile | 2 | ||||
-rw-r--r-- | lang/gnustep-base/pkg-descr | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 94879a6d8934..eb1dbaa4ff15 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -29,7 +29,7 @@ USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} USE_ICONV= yes -RESTRICTED= GPL3 +NO_PACKAGE= GPL3 MAKE_FLAGS= OPTFLAG="${CFLAGS}" MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM CFLAGS+= -I${LOCALBASE}/include/libxml2/libxml diff --git a/lang/gnustep-base/pkg-descr b/lang/gnustep-base/pkg-descr index 267b7c2ce47d..4ea51e1e013f 100644 --- a/lang/gnustep-base/pkg-descr +++ b/lang/gnustep-base/pkg-descr @@ -6,4 +6,7 @@ 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: LGPL2 or later (framework) +LICENSE: GPL3 or later (tools, docs) + WWW: http://www.gnustep.org/ |