svn commit: r362674 - head/math/gri
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 23 13:05:38 UTC 2014
Author: bapt
Date: Wed Jul 23 13:05:38 2014
New Revision: 362674
URL: http://svnweb.freebsd.org/changeset/ports/362674
QAT: https://qat.redports.org/buildarchive/r362674/
Log:
Switch to texlive
Modified:
head/math/gri/Makefile
Modified: head/math/gri/Makefile
==============================================================================
--- head/math/gri/Makefile Wed Jul 23 13:04:15 2014 (r362673)
+++ head/math/gri/Makefile Wed Jul 23 13:05:38 2014 (r362674)
@@ -21,7 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INFO= gri
-USE_TEX= formats
+USE_TEX= formats:build dvipsk:build
PORTDOCS= *
PORTEXAMPLES= *
PLIST_FILES= bin/gri bin/gri_merge bin/gri_unpage \
@@ -39,8 +39,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MEXAMPLES}
-BUILD_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick \
- dvips:${PORTSDIR}/print/dvipsk-tetex
+BUILD_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
.endif
post-patch:
More information about the svn-ports-all
mailing list