diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-07 00:47:00 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-07 00:47:00 +0000 |
commit | 4511b4a5caae74b9fba57f7cae3f041f2315af49 (patch) | |
tree | 10fea5f7eb05463d1854cc5ce72f249b028ed475 /x11/zenity/Makefile | |
parent | a85ab6dccaa27b3b04dbbc499965acb180216e6a (diff) | |
download | FreeBSD-ports-4511b4a5caae74b9fba57f7cae3f041f2315af49.zip FreeBSD-ports-4511b4a5caae74b9fba57f7cae3f041f2315af49.tar.gz |
Add a missing dependency on scrollkeeper.
Reported by: bento
Diffstat (limited to 'x11/zenity/Makefile')
-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 f4020de..bb70bed 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: |