diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-19 06:06:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-19 06:06:14 +0000 |
commit | a6fe17aba284e81591f8bf96e0b9a8b55716e7aa (patch) | |
tree | 2c2c26d057a7ff44198db5a63ed32f22d80c18c2 /x11/zenity | |
parent | 8ee10a4203439922c1314ea4ba969d0ce7b26d68 (diff) | |
download | ports-a6fe17aba284e81591f8bf96e0b9a8b55716e7aa.tar.gz ports-a6fe17aba284e81591f8bf96e0b9a8b55716e7aa.zip |
Notes
Diffstat (limited to 'x11/zenity')
-rw-r--r-- | x11/zenity/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index 20cdebca7a04..a546d0cec941 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -7,13 +7,14 @@ PORTNAME= zenity PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= x11 gnome 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_DEPEND= gconf-2:${PORTSDIR}/devel/gconf2 \ +LIB_DEPENDS= gconf-2:${PORTSDIR}/devel/gconf2 \ gnomecanvas-2.200:${PORTSDIR}/graphics/libgnomecanvas \ popt.0:${PORTSDIR}/devel/popt |