diff options
Diffstat (limited to 'math/eukleides/Makefile')
-rw-r--r-- | math/eukleides/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile index b53eb63c9f6a..0f44c08ef86e 100644 --- a/math/eukleides/Makefile +++ b/math/eukleides/Makefile @@ -8,7 +8,7 @@ PORTNAME= eukleides PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.eukleides.org/download/ DISTNAME= ${PORTNAME}.${PORTVERSION} @@ -19,7 +19,7 @@ COMMENT= A Euclidean geometry drawing language RUN_DEPENDS= pstoedit:${PORTSDIR}/graphics/pstoedit \ epstopdf:${PORTSDIR}/print/teTeX-base -USE_BISON= yes +USE_BISON= build USE_GMAKE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -c" ALL_TARGET= eukleides info |