diff options
Diffstat (limited to 'math/gcalctool/Makefile')
-rw-r--r-- | math/gcalctool/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 5d2c13098eca..e7457a9c87f9 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/math/gcalctool/Makefile,v 1.11 2010/06/23 15:50:52 kwm Exp $ +# $MCom: ports/math/gcalctool/Makefile,v 1.140 2010/11/15 22:06:10 kwm Exp $ # PORTNAME= gcalctool -PORTVERSION= 5.30.2 -PORTREVISION= 1 +PORTVERSION= 5.32.1 PORTEPOCH= 2 CATEGORIES= math gnome MASTER_SITES= GNOME @@ -17,6 +16,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows +CONFLICTS= gcalctool-2.31.* + USE_BZIP2= yes USE_BISON= build USE_GETTEXT= yes @@ -27,6 +28,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= gcalctool.1 -GCONF_SCHEMAS= gcalctool.schemas +GLIB_SCHEMAS= org.gnome.gcalctool.gschema.xml .include <bsd.port.mk> |