diff options
author | marcus <marcus@FreeBSD.org> | 2003-03-19 14:06:14 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-03-19 14:06:14 +0800 |
commit | f0b089ccd111b3a1ecc9dc670227ceceb6b67a62 (patch) | |
tree | e7c36e0221cd054492f9d07685955a79ea69a17d /x11 | |
parent | 72ae4b809c1ba3107d934c8a85d46733e93afe41 (diff) | |
download | freebsd-ports-gnome-f0b089ccd111b3a1ecc9dc670227ceceb6b67a62.tar.gz freebsd-ports-gnome-f0b089ccd111b3a1ecc9dc670227ceceb6b67a62.tar.zst freebsd-ports-gnome-f0b089ccd111b3a1ecc9dc670227ceceb6b67a62.zip |
s/LIB_DEPEND/LIB_DEPENDS/ to fix build.
Reported by: bento
Requested by: kris
Diffstat (limited to 'x11')
-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 |