diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-01-16 17:21:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-01-16 17:21:41 +0000 |
commit | fef7621e22160281ce3d324832cab681cc481cc8 (patch) | |
tree | 2972b7195e286191ed157fdc2dd02a209ac55b8d /x11-toolkits/gnustep-back | |
parent | e907c2f9570ff6ee8490a53b69d789b493c61bcb (diff) |
- set NO_PACKAGE
Notes
Notes:
svn path=/head/; revision=226278
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gnustep-back/pkg-descr | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 160d928066fe..a62568e0e443 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -35,7 +35,7 @@ USE_GNUSTEP_INSTALL= yes USE_XORG= xft xrender xmu xext x11 USE_FREETYPE= yes -RESTRICTED= GPL3 +NO_PACKAGE= GPL3 MAKE_FLAGS+= OPTFLAG="${CFLAGS} -I${LOCALBASE}/include" MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM BACKVERSION= ${PORTVERSION:C/([0-9])*[.]([0-9]*).*/\1\2/1} diff --git a/x11-toolkits/gnustep-back/pkg-descr b/x11-toolkits/gnustep-back/pkg-descr index 267b7c2ce47d..d0614d1e9af7 100644 --- a/x11-toolkits/gnustep-back/pkg-descr +++ b/x11-toolkits/gnustep-back/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) + WWW: http://www.gnustep.org/ |