diff options
author | adamw <adamw@FreeBSD.org> | 2003-04-14 20:52:19 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-04-14 20:52:19 +0000 |
commit | f3baccf37f319c05b95106bb6dbefb056aacdd13 (patch) | |
tree | 5e4887be5f8625bc16a9b89a1a016ccb9e5b8dc3 /x11/zenity | |
parent | c617bc5691c4adef990869c19fdb726069163c93 (diff) | |
download | FreeBSD-ports-f3baccf37f319c05b95106bb6dbefb056aacdd13.zip FreeBSD-ports-f3baccf37f319c05b95106bb6dbefb056aacdd13.tar.gz |
Convert to new GNOME infrastructure.
PR: 50959
Submitted by: Franz Klammer <klammer@webonaut.com>
Diffstat (limited to 'x11/zenity')
-rw-r--r-- | x11/zenity/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index a546d0c..e06acb6 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -14,14 +14,11 @@ MASTER_SITES= http://ftp.acc.umu.se/pub/GNOME/sources/zenity/1.0/ MAINTAINER= klammer@webonaut.com COMMENT= Display GNOME dialogs from the command line -LIB_DEPENDS= gconf-2:${PORTSDIR}/devel/gconf2 \ - gnomecanvas-2.200:${PORTSDIR}/graphics/libgnomecanvas \ - popt.0:${PORTSDIR}/devel/popt +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack +USE_GNOME= gnomeprefix gnomehack libgnomecanvas gconf2 USE_BZIP2= yes GNU_CONFIGURE= yes USE_REINPLACE= yes |