diff options
-rw-r--r-- | x11/zenity/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index f4020de96f9..bb70bedf88b 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -7,16 +7,16 @@ PORTNAME= zenity PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 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 -BROKEN= "Does not compile" - +BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_X_PREFIX= yes USE_GMAKE= yes @@ -24,7 +24,6 @@ USE_GNOME= gnomeprefix gnomehack libgnomecanvas gconf2 USE_BZIP2= yes GNU_CONFIGURE= yes USE_REINPLACE= yes - CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" pre-configure: |