diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-08-08 08:42:44 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-08-08 08:42:44 +0000 |
commit | dbc81c7d5ba004290ef3302700ca8bceb3fb5cf5 (patch) | |
tree | cd7f88eddb85869b52f46d6cc5b45746db8b0073 /x11-toolkits | |
parent | b49cabd4f733df52553c737fc59ddd3fbcd605a6 (diff) | |
download | ports-dbc81c7d5ba004290ef3302700ca8bceb3fb5cf5.tar.gz ports-dbc81c7d5ba004290ef3302700ca8bceb3fb5cf5.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/ocaml-lablgtk2/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/pangox-compat/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/py-wax/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tix/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tkshape/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/tktable/Makefile | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/x11-toolkits/ocaml-lablgtk2/Makefile b/x11-toolkits/ocaml-lablgtk2/Makefile index d32fc16f4dd1..155afbd6cb51 100644 --- a/x11-toolkits/ocaml-lablgtk2/Makefile +++ b/x11-toolkits/ocaml-lablgtk2/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ocaml- DISTNAME= lablgtk-${PORTVERSION} MAINTAINER= bf@FreeBSD.org -COMMENT= An Objective Caml interface to GTK+ 2.x +COMMENT= Objective Caml interface to GTK+ 2.x LICENSE= LGPL21 diff --git a/x11-toolkits/pangox-compat/Makefile b/x11-toolkits/pangox-compat/Makefile index e1cd842a220a..88f3991fb4bb 100644 --- a/x11-toolkits/pangox-compat/Makefile +++ b/x11-toolkits/pangox-compat/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= Depricated pangoX support. +COMMENT= Deprecated pangoX support BUILD_DEPENDS= pango>=1.34.0:${PORTSDIR}/x11-toolkits/pango diff --git a/x11-toolkits/py-wax/Makefile b/x11-toolkits/py-wax/Makefile index 683fb7c0498a..c16fdc7d0d8f 100644 --- a/x11-toolkits/py-wax/Makefile +++ b/x11-toolkits/py-wax/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}gui/${PORTNAME}gui/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org -COMMENT= A user-friendly layer on top of wxPython +COMMENT= User-friendly layer on top of wxPython NO_BUILD= yes USE_PYTHON= yes diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile index fae526ab19f7..b8c785553b2d 100644 --- a/x11-toolkits/tix/Makefile +++ b/x11-toolkits/tix/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF DISTNAME= Tix${DISTVERSION}-src${DISTVERSIONSUFFIX} MAINTAINER= doconnor@gsoft.com.au -COMMENT= An extension to the Tk toolkit +COMMENT= Extension to the Tk toolkit WRKSRC= ${WRKDIR}/Tix${DISTVERSION} USE_LDCONFIG= yes diff --git a/x11-toolkits/tkshape/Makefile b/x11-toolkits/tkshape/Makefile index 6284c3e30acb..6e6fbc382cf4 100644 --- a/x11-toolkits/tkshape/Makefile +++ b/x11-toolkits/tkshape/Makefile @@ -3,14 +3,14 @@ PORTNAME= tkshape PORTVERSION= 0.4 -PORTREVISION= 2 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://www.cs.man.ac.uk/~fellowsd/tcl/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ DISTNAME= shape${PORTVERSION:S/.//g} MAINTAINER= nivit@FreeBSD.org -COMMENT= A Tk library to access to X Shaped Window Extension +COMMENT= Tk library to access to X Shaped Window Extension USES= gmake tk:85+ diff --git a/x11-toolkits/tktable/Makefile b/x11-toolkits/tktable/Makefile index d01edcecd7f2..6849ff083550 100644 --- a/x11-toolkits/tktable/Makefile +++ b/x11-toolkits/tktable/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF DISTNAME= ${PORTNAME:S/tk/Tk/}${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A table/matrix widget extension to Tk +COMMENT= Table/matrix widget extension to Tk LICENSE= BSD LICENSE_FILE= ${WRKSRC}/license.txt |