diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-01-17 01:21:41 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-01-17 01:21:41 +0800 |
commit | 88bbc94104238e2c2e87d6bac2a4d94345698b95 (patch) | |
tree | aa8e173e2f964d78f2af3811fca2394e741c480e /x11-toolkits/gnustep-gui | |
parent | 47320660165ab694ab8655e09be6cdd6d7744267 (diff) | |
download | freebsd-ports-gnome-88bbc94104238e2c2e87d6bac2a4d94345698b95.tar.gz freebsd-ports-gnome-88bbc94104238e2c2e87d6bac2a4d94345698b95.tar.zst freebsd-ports-gnome-88bbc94104238e2c2e87d6bac2a4d94345698b95.zip |
- set NO_PACKAGE
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/ |