diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-13 00:20:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-13 00:20:31 +0800 |
commit | f5c820f44ef3ac0da915aa0f52b5b54fddedf017 (patch) | |
tree | 2cea991d70e02cc86565656d596600b0fc2b5790 /x11-toolkits | |
parent | b3a93e5c77da138c9e063cfecb5710e3d738fad3 (diff) | |
download | freebsd-ports-gnome-f5c820f44ef3ac0da915aa0f52b5b54fddedf017.tar.gz freebsd-ports-gnome-f5c820f44ef3ac0da915aa0f52b5b54fddedf017.tar.zst freebsd-ports-gnome-f5c820f44ef3ac0da915aa0f52b5b54fddedf017.zip |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fox16/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/fxscintilla/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkglext/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkimageview/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/otk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/viewklass/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/xmhtml/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/x11-toolkits/fox16/Makefile b/x11-toolkits/fox16/Makefile index 02cdf18345d3..f2f5aef194ea 100644 --- a/x11-toolkits/fox16/Makefile +++ b/x11-toolkits/fox16/Makefile @@ -12,7 +12,7 @@ PKGNAMESUFFIX= ${PORTVERSION:R:S/.//} MAINTAINER= ports@FreeBSD.org COMMENT= Fast and extensive C++ GUI toolkit -- ver.1.6 -LICENSE= LGPL3 # (or later) +LICENSE= LGPL3+ LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff diff --git a/x11-toolkits/fxscintilla/Makefile b/x11-toolkits/fxscintilla/Makefile index 9ac48da2eadf..1bba49d81ae0 100644 --- a/x11-toolkits/fxscintilla/Makefile +++ b/x11-toolkits/fxscintilla/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Fox toolkit reimplementation of Scintilla editing widget -LICENSE= LGPL21 # (or later) +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16 diff --git a/x11-toolkits/gtkglext/Makefile b/x11-toolkits/gtkglext/Makefile index 129a8accacf8..58928dc59573 100644 --- a/x11-toolkits/gtkglext/Makefile +++ b/x11-toolkits/gtkglext/Makefile @@ -11,7 +11,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL extension to GTK+ -LICENSE= LGPL21 # or later +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB GNU_CONFIGURE= yes diff --git a/x11-toolkits/gtkimageview/Makefile b/x11-toolkits/gtkimageview/Makefile index fd13c8e2b896..997d0766272f 100644 --- a/x11-toolkits/gtkimageview/Makefile +++ b/x11-toolkits/gtkimageview/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= LOCAL/kwm MAINTAINER= ports@FreeBSD.org COMMENT= Simple image viewer widget -LICENSE= LGPL21 # or later; source says LGPL20+ though +LICENSE= LGPL21+ # source says LGPL20+ though LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes diff --git a/x11-toolkits/otk/Makefile b/x11-toolkits/otk/Makefile index 87dd38c8c5ff..912dd84527cf 100644 --- a/x11-toolkits/otk/Makefile +++ b/x11-toolkits/otk/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_lib_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Widget library based on OpenGL -LICENSE= LGPL20 # or later +LICENSE= LGPL20+ WRKSRC= ${WRKDIR}/${PORTNAME}_lib diff --git a/x11-toolkits/viewklass/Makefile b/x11-toolkits/viewklass/Makefile index 421a80a0c9af..d83b1a834356 100644 --- a/x11-toolkits/viewklass/Makefile +++ b/x11-toolkits/viewklass/Makefile @@ -11,7 +11,7 @@ DISTNAME= ViewKlass-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C++ Framework for Motif -LICENSE= LGPL20 # (or later) +LICENSE= LGPL20+ GNU_CONFIGURE= yes USES= imake:env motif diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile index b6d937d47366..c613751bb7ac 100644 --- a/x11-toolkits/xmhtml/Makefile +++ b/x11-toolkits/xmhtml/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME:tl} MAINTAINER= ports@FreeBSD.org COMMENT= Motif widget set for displaying HTML 3.2 documents -LICENSE= LGPL20 # (or later) +LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png |