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/eukleides | |
parent | 74313458803db4f95050b550b038051b82c96b67 (diff) | |
download | ports-dbd39ca660cafa3d1f2acebf05c86bf17a035ff8.tar.gz ports-dbd39ca660cafa3d1f2acebf05c86bf17a035ff8.zip |
Notes
Diffstat (limited to 'math/eukleides')
-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 |