diff options
author | ade <ade@FreeBSD.org> | 2007-10-17 18:13:01 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-10-17 18:13:01 +0800 |
commit | 6f10a06995e640bf1073c28f5c13ea8f8412737a (patch) | |
tree | d14ccc864c4783b5751e425e681d4bc7e63ec159 /french/aster | |
parent | 7428a469a6c4123272d6ac2707e3cf432227515b (diff) | |
download | freebsd-ports-graphics-6f10a06995e640bf1073c28f5c13ea8f8412737a.tar.gz freebsd-ports-graphics-6f10a06995e640bf1073c28f5c13ea8f8412737a.tar.zst freebsd-ports-graphics-6f10a06995e640bf1073c28f5c13ea8f8412737a.zip |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
Diffstat (limited to 'french/aster')
-rw-r--r-- | french/aster/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile index 7324d8ab302..1ef2a571e4e 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -9,6 +9,7 @@ PORTNAME= aster DISTVERSIONPREFIX= full-src- DISTVERSION= 9.1.0-1 DISTVERSIONSUFFIX= .noarch +PORTREVISION= 1 CATEGORIES= french cad python MASTER_SITES= http://www.code-aster.org/FICHIERS/ @@ -48,7 +49,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Gnuplot:${PORTSDIR}/math/py-gnuplot \ ${LOCALBASE}/bin/onmetis.exe:${PORTSDIR}/math/metis-edf \ ${LOCALBASE}/aster/ASTK/ASTK_SERV:${PORTSDIR}/cad/astk-serveur -USE_BISON= yes +USE_BISON= build USE_PYTHON= yes HAS_CONFIGURE= yes REINPLACE_ARGS= -i "" |