diff options
author | danfe <danfe@FreeBSD.org> | 2008-11-10 05:10:52 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2008-11-10 05:10:52 +0800 |
commit | 76f23d66829cadd90183619421eb124ae30ef9b8 (patch) | |
tree | 50ce7a14e259814ddcfeeb0f170bb0639d2edef9 /x11-toolkits | |
parent | 7dc293d294a44e45b2233995b43811b54a69e796 (diff) | |
download | freebsd-ports-gnome-76f23d66829cadd90183619421eb124ae30ef9b8.tar.gz freebsd-ports-gnome-76f23d66829cadd90183619421eb124ae30ef9b8.tar.zst freebsd-ports-gnome-76f23d66829cadd90183619421eb124ae30ef9b8.zip |
- Correctly assign RUN_DEPENDS
- Minor nit in Makefile header
- Augment and beautify port description, fix URL
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libsexy/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/libsexy/pkg-descr | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-toolkits/libsexy/Makefile b/x11-toolkits/libsexy/Makefile index 1c57f5944c67..390cefe1572a 100644 --- a/x11-toolkits/libsexy/Makefile +++ b/x11-toolkits/libsexy/Makefile @@ -1,4 +1,4 @@ -# Ports collection makefile for: libsexy +# New ports collection makefile for: libsexy # Date created: 2005-11-06 # Whom: Andreas Kohn <andreas@syndrom23.de> # @@ -17,7 +17,7 @@ COMMENT= Extension widgets for GTK+ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes LIB_DEPENDS= enchant:${PORTSDIR}/textproc/enchant -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack lthack gtk20 libxml2 diff --git a/x11-toolkits/libsexy/pkg-descr b/x11-toolkits/libsexy/pkg-descr index 1e3d8c6647e0..48af45c8c330 100644 --- a/x11-toolkits/libsexy/pkg-descr +++ b/x11-toolkits/libsexy/pkg-descr @@ -1,4 +1,7 @@ -A library with extension widgets for GTK+. Included are a clickable URL -label, a text entry with icon support, and others. +This library provides collection of GTK+ widgets that extend functionality +of such standard widgets as GtkEntry and GtkLabel by subclassing them and +working around the limitations of the widgets. "Sexy" widgets include +support for inline icons, spell checking (via Enchant), embedded hyperlinks, +and more. -WWW: http://www.chipx86.com/wiki/Libsexy +WWW: http://www.chipx86.com/w/index.php/Libsexy |