diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-04-10 15:28:24 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-04-10 15:28:24 +0000 |
commit | c3d51f2cc541b5b85022b3198ae50434ba0ba448 (patch) | |
tree | 3a943a1c4a9471beb6acdf220202fac084126f02 /math/asymptote/Makefile | |
parent | 27613a7c6967a209ae170170fff81ba8c819ace9 (diff) | |
download | ports-c3d51f2cc541b5b85022b3198ae50434ba0ba448.tar.gz ports-c3d51f2cc541b5b85022b3198ae50434ba0ba448.zip |
Notes
Diffstat (limited to 'math/asymptote/Makefile')
-rw-r--r-- | math/asymptote/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 56b0934be1a7..6db7cf2c28d0 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asymptote -PORTVERSION= 1.23 +PORTVERSION= 1.25 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -33,8 +33,9 @@ USE_GMAKE= yes USE_PYTHON= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-latex=${LOCALBASE}/share/texmf-local/tex/latex --enable-gc=system +CONFIGURE_ARGS= --with-latex=${LOCALBASE}/share/texmf-local/tex/latex CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include $${CPPFLAGS}" LFLAGS="-L${LOCALBASE}/lib $${LFLAGS}" CFLAGS="-I${LOCALBASE}/include $${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib $${LDFLAGS}" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ENV+= ${CONFIGURE_ENV} MKTEXLSR= ${LOCALBASE}/bin/mktexlsr |