diff options
-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 |