diff options
Diffstat (limited to 'math/gcalctool3/Makefile')
-rw-r--r-- | math/gcalctool3/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/gcalctool3/Makefile b/math/gcalctool3/Makefile index 0439e3731..4747be474 100644 --- a/math/gcalctool3/Makefile +++ b/math/gcalctool3/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/math/gcalctool3/Makefile,v 1.14 2011/05/30 23:25:21 marcus Exp $ +# $MCom: ports/math/gcalctool3/Makefile,v 1.15 2011/06/10 22:59:05 mezz Exp $ # PORTNAME= gcalctool -PORTVERSION= 6.0.2 -PORTREVISION= 1 +PORTVERSION= 6.2.0 CATEGORIES= math gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -19,7 +18,7 @@ COMMENT= A GNOME 3 calculator tool based on the old calctool for OpenWindows CONFLICTS= gcalctool-5.[0-9]* LATEST_LINK= gcalctool3 -USE_BZIP2= yes +USE_XZ= yes USE_BISON= build USE_GETTEXT= yes USE_GMAKE= yes @@ -27,7 +26,7 @@ USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils gtk30 \ libxml2 CPPFLAGS= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +LDFLAGS= -L${LOCALBASE}/lib MAN1= gcalccmd.1 gcalctool.1 GLIB_SCHEMAS= org.gnome.gcalctool.gschema.xml |