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-gui | |
parent | e907c2f9570ff6ee8490a53b69d789b493c61bcb (diff) |
- set NO_PACKAGE
Notes
Notes:
svn path=/head/; revision=226278
Diffstat (limited to 'x11-toolkits/gnustep-gui')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gnustep-gui/pkg-descr | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 54f2a67ebaf6..b1c1fbef6f83 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif -RESTRICTED= GPL3 +NO_PACKAGE= GPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tiff-library=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-tiff-include=${LOCALBASE}/include diff --git a/x11-toolkits/gnustep-gui/pkg-descr b/x11-toolkits/gnustep-gui/pkg-descr index 267b7c2ce47d..d0614d1e9af7 100644 --- a/x11-toolkits/gnustep-gui/pkg-descr +++ b/x11-toolkits/gnustep-gui/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/ |