diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-14 20:52:19 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-14 20:52:19 +0000 |
commit | 000bd6e12eefc76271bd9f26f3193e0157644fee (patch) | |
tree | 70db4f391e8ccfa0552bd80940e4cef906d9392a /x11/zenity | |
parent | 43dd6bf3e0e4ff29ad55126a3f0c875c49da85a7 (diff) | |
download | ports-000bd6e12eefc76271bd9f26f3193e0157644fee.tar.gz ports-000bd6e12eefc76271bd9f26f3193e0157644fee.zip |
Notes
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 a546d0cec941..e06acb6f7b27 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 |