diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-01 08:58:31 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-01 08:58:31 +0800 |
commit | ca6dfcec3dfb54fbf50b812f9e27bff6edfed5e1 (patch) | |
tree | 66cca780f443c846edff51099d6190e2ee7b55b6 /misc | |
parent | 17f9b920036fa65c9268b0227ed4c9a1b0d7f3e8 (diff) | |
download | freebsd-ports-gnome-ca6dfcec3dfb54fbf50b812f9e27bff6edfed5e1.tar.gz freebsd-ports-gnome-ca6dfcec3dfb54fbf50b812f9e27bff6edfed5e1.tar.zst freebsd-ports-gnome-ca6dfcec3dfb54fbf50b812f9e27bff6edfed5e1.zip |
* Update to 2.2.3
* Make the description more descriptive [1]
Submitted by: adamw [1]
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnomeutils2/Makefile | 4 | ||||
-rw-r--r-- | misc/gnomeutils2/distinfo | 2 | ||||
-rw-r--r-- | misc/gnomeutils2/pkg-descr | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/misc/gnomeutils2/Makefile b/misc/gnomeutils2/Makefile index 73f189220018..9907f148b419 100644 --- a/misc/gnomeutils2/Makefile +++ b/misc/gnomeutils2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeutils2 -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 PORTEPOCH= 1 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -25,7 +25,7 @@ GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" MAN1= gnome-calculator.1 \ gnome-character-map.1 gnome-dictionary.1 \ diff --git a/misc/gnomeutils2/distinfo b/misc/gnomeutils2/distinfo index 5e977e99e124..e129db538a78 100644 --- a/misc/gnomeutils2/distinfo +++ b/misc/gnomeutils2/distinfo @@ -1 +1 @@ -MD5 (gnome2/gnome-utils-2.2.2.tar.bz2) = 49de8adb42a70fc0ab35bb80bc751158 +MD5 (gnome2/gnome-utils-2.2.3.tar.bz2) = 2bde68d39e135a99dfd308a7ec7b6c4a diff --git a/misc/gnomeutils2/pkg-descr b/misc/gnomeutils2/pkg-descr index af1715c69203..7738e6fc53a3 100644 --- a/misc/gnomeutils2/pkg-descr +++ b/misc/gnomeutils2/pkg-descr @@ -1 +1,3 @@ -GNOME 2.0 support utilities. +GNOME 2 support utilities, including an on-the-fly dialog box tool +(like Zenity), a dictionary, a frontend for find(1), and a system log +viewer. |