diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-08 01:38:02 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-08 01:38:02 +0800 |
commit | 9dd701a109b98ca9e64d8b24b6e13f97a156cab3 (patch) | |
tree | 9613a5706a9bcabcc3bb1771f00b27f8e8878e2c /x11/zenity/Makefile | |
parent | 101040d63aa7d6ad851e42fec623ce63a8a8650d (diff) | |
download | marcuscom-ports-9dd701a109b98ca9e64d8b24b6e13f97a156cab3.tar.gz marcuscom-ports-9dd701a109b98ca9e64d8b24b6e13f97a156cab3.tar.zst marcuscom-ports-9dd701a109b98ca9e64d8b24b6e13f97a156cab3.zip |
Update to 1.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@737 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/zenity/Makefile')
-rw-r--r-- | x11/zenity/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index 7f0bde919..358dd9889 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -6,17 +6,18 @@ # PORTNAME= zenity -PORTVERSION= 1.0 -PORTREVISION= 2 +PORTVERSION= 1.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 DIST_SUBDIR= gnome2 MAINTAINER= klammer@webonaut.com COMMENT= Display GNOME dialogs from the command line +BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_X_PREFIX= yes USE_GMAKE= yes @@ -24,9 +25,10 @@ USE_GNOME= gnomeprefix gnomehack gconf2 libgnomecanvas USE_BZIP2= yes GNU_CONFIGURE= yes USE_REINPLACE= yes - CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" +MAN1= zenity.1 + pre-configure: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|@DATADIRNAME@|share|' |