diff options
Diffstat (limited to 'x11/zenity3/Makefile')
-rw-r--r-- | x11/zenity3/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/zenity3/Makefile b/x11/zenity3/Makefile index d5a59867a..cd74e2f12 100644 --- a/x11/zenity3/Makefile +++ b/x11/zenity3/Makefile @@ -1,9 +1,9 @@ # Created by: Franz Klammer <klammer@webonaut.com> # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11/zenity3/Makefile,v 1.7 2013/01/09 18:51:14 kwm Exp $ PORTNAME= zenity -PORTVERSION= 3.4.0 +PORTVERSION= 3.6.0 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -13,17 +13,18 @@ COMMENT= Display GNOME dialogs from the command line LICENSE= LGPL20 -LATEST_LINK= zenity3 +BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool +LATEST_LINK= zenity3 +USES= gettext pathfix USE_GMAKE= yes USE_GNOME= gnomeprefix gtk30 gnomedocutils intlhack USE_XORG= x11 USE_XZ= yes -USES= gettext pathfix pkgconfig GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" +CONFIGURE_ENV= LIBS="-pthread" MAN1= zenity.1 @@ -31,7 +32,6 @@ CONFLICTS= gtkada-1.2.* OPTIONS_DEFINE= NOTIFY OPTIONS_DEFAULT=NOTIFY -#OPTIONS= NOTIFY "Enable libnotify support" on .include <bsd.port.options.mk> |