diff options
Diffstat (limited to 'x11/zenity/Makefile')
-rw-r--r-- | x11/zenity/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index 8f666d3ea..3883eeb01 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -1,6 +1,6 @@ # Created by: Franz Klammer <klammer@webonaut.com> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/x11/zenity/Makefile 18393 2013-04-26 21:23:07Z kwm $ PORTNAME= zenity PORTVERSION= 2.32.1 @@ -15,10 +15,9 @@ COMMENT= Display GNOME dialogs from the command line BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -USE_GMAKE= yes USE_GNOME= gnomeprefix gtk20 gnomedocutils intlhack USE_BZIP2= yes -USES= gettext pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig GNU_CONFIGURE= yes INSTALLS_OMF= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} |