diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-09 17:12:39 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-09 17:12:39 +0800 |
commit | d12dec865c05c05a452c44fae463ea0a660e36f5 (patch) | |
tree | 9025b59e4a5328621981085ca518dbdedbbe05fe /math | |
parent | 6e41cac0a2126ce813955b5380c836286d167d3c (diff) | |
download | marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.gz marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.bz2 marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.lz marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.xz marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.zst marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.zip |
USE_BISON is dead, convert users over to new USES=bison framework, while here
convert USE_GNOME=gnomehack users to USES=pathfix.
Submitted by: Gustau Perez <gustau.perez@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17217 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math')
-rw-r--r-- | math/gcalctool/Makefile | 12 | ||||
-rw-r--r-- | math/gcalctool3/Makefile | 12 |
2 files changed, 8 insertions, 16 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 34835af5f..4a2176b1a 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gcalctool -# Date created: 12 Jun 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/math/gcalctool/Makefile,v 1.144 2012/08/17 19:06:44 kwm Exp $ -# +# $MCom: ports/math/gcalctool/Makefile,v 1.145 2012/09/01 23:02:10 mezz Exp $ PORTNAME= gcalctool PORTVERSION= 5.32.2 @@ -20,11 +16,11 @@ COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows CONFLICTS= gcalctool-6.[0-9]* USE_BZIP2= yes -USE_BISON= build +USES= bison pathfix USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils gtk20 +USE_GNOME= gnomeprefix intlhack gconf2 gnomedocutils gtk20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/math/gcalctool3/Makefile b/math/gcalctool3/Makefile index 44c9fc4d4..9521381aa 100644 --- a/math/gcalctool3/Makefile +++ b/math/gcalctool3/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gcalctool -# Date created: 12 Jun 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/math/gcalctool3/Makefile,v 1.17 2012/05/31 11:46:36 kwm Exp $ -# +# $MCom: ports/math/gcalctool3/Makefile,v 1.18 2012/06/01 06:47:47 kwm Exp $ PORTNAME= gcalctool PORTVERSION= 6.4.2.1 @@ -22,11 +18,11 @@ BUILD_DEPENDS= yelp-build:${PORTSDIR}/textproc/yelp-tools \ LATEST_LINK= gcalctool3 USE_XZ= yes -USE_BISON= build +USES= bison pathfix USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gtk30 libxml2 +USE_GNOME= gnomeprefix intlhack gconf2 gtk30 libxml2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |