diff options
Diffstat (limited to 'math/asymptote/Makefile')
-rw-r--r-- | math/asymptote/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index d2b204a97b45..d7abe052910a 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -41,7 +41,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gc=system --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 |