diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-01 18:46:39 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-01 18:46:39 +0000 |
commit | 7b3e3b65a0d4cc666b826bf498ba1879a3b50ca9 (patch) | |
tree | 9261e7b3ecf6053c378755d85c12f9be1ee58607 /x11/zenity | |
parent | 5952de42a03511c010f25b42706ae432b53ff713 (diff) | |
download | ports-7b3e3b65a0d4cc666b826bf498ba1879a3b50ca9.tar.gz ports-7b3e3b65a0d4cc666b826bf498ba1879a3b50ca9.zip |
- Update to version 1.8
PR: 60760
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=97043
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 |