diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
commit | dbd39ca660cafa3d1f2acebf05c86bf17a035ff8 (patch) | |
tree | 5d14b5c3a50461b8a6096fcc383dc2181cb624b7 /math/abakus | |
parent | 74313458803db4f95050b550b038051b82c96b67 (diff) |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
Notes
Notes:
svn path=/head/; revision=201613
Diffstat (limited to 'math/abakus')
-rw-r--r-- | math/abakus/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/abakus/Makefile b/math/abakus/Makefile index d86f86a310ef..2b1164d8b8ce 100644 --- a/math/abakus/Makefile +++ b/math/abakus/Makefile @@ -6,7 +6,7 @@ PORTNAME= abakus PORTVERSION= 0.91 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math kde MASTER_SITES= http://grammarian.homelinux.net/abakus/ \ http://www.athame.co.uk/mirror/ @@ -15,11 +15,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= andy@athame.co.uk COMMENT= Michael Pyne's Abakus Calculator -BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons \ - bison:${PORTSDIR}/devel/bison2 +BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 -PREFIX=${LOCALBASE} +USE_BISON= build +PREFIX= ${LOCALBASE} USE_KDELIBS_VER=3 _NO_KDE_CONFTARGET_HACK= yes QT_NONSTANDARD= yes |