diff options
author | krion <krion@FreeBSD.org> | 2004-01-02 02:46:39 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-02 02:46:39 +0800 |
commit | 4928b14408bbec54016500301a8e1af823f58153 (patch) | |
tree | 29f1c3f7eaa687b510d5877f91b0c457eb584588 /x11/zenity | |
parent | 85abc8feed79908d0d6e62ad2f4203e7a1df5ff3 (diff) | |
download | freebsd-ports-gnome-4928b14408bbec54016500301a8e1af823f58153.tar.gz freebsd-ports-gnome-4928b14408bbec54016500301a8e1af823f58153.tar.zst freebsd-ports-gnome-4928b14408bbec54016500301a8e1af823f58153.zip |
- Update to version 1.8
PR: 60760
Submitted by: maintainer
Diffstat (limited to 'x11/zenity')
-rw-r--r-- | x11/zenity/Makefile | 6 | ||||
-rw-r--r-- | x11/zenity/distinfo | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index d6a59c51b6e8..1a74f6e0090d 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -6,11 +6,11 @@ # PORTNAME= zenity -PORTVERSION= 1.6 +PORTVERSION= 1.8 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION} -DIST_SUBDIR= gnome2 +DIST_SUBDIR= gnome2 MAINTAINER= klammer@webonaut.com COMMENT= Display GNOME dialogs from the command line @@ -25,6 +25,8 @@ USE_GNOME= gnomeprefix gnomehack libgnomecanvas gconf2 USE_BZIP2= yes GNU_CONFIGURE= yes USE_REINPLACE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN1= zenity.1 diff --git a/x11/zenity/distinfo b/x11/zenity/distinfo index 9208b33d35ad..ae503b643168 100644 --- a/x11/zenity/distinfo +++ b/x11/zenity/distinfo @@ -1 +1 @@ -MD5 (gnome2/zenity-1.6.tar.bz2) = edba02f625368eb993fcce385149c09c +MD5 (gnome2/zenity-1.8.tar.bz2) = 28dc31137f8eb983a26b198b3d93e2d4 |