diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-22 05:57:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-22 05:57:18 +0800 |
commit | ce5736aae4a71f5a4489183df37dbc690a47f564 (patch) | |
tree | 4eeb6fc0442696837e1383e160b2aed2b0073448 | |
parent | 30a6da61ab759650c428b4a5311e7afbd064dd06 (diff) | |
download | freebsd-ports-gnome-ce5736aae4a71f5a4489183df37dbc690a47f564.tar.gz freebsd-ports-gnome-ce5736aae4a71f5a4489183df37dbc690a47f564.tar.zst freebsd-ports-gnome-ce5736aae4a71f5a4489183df37dbc690a47f564.zip |
Fix build with texlive
-rw-r--r-- | science/ecs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/ecs/Makefile b/science/ecs/Makefile index 83a171190dfc..96d56d19f3d7 100644 --- a/science/ecs/Makefile +++ b/science/ecs/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= libmed.so:${PORTSDIR}/french/med \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= gmake zip +USE_TEX= dvipsk GNU_CONFIGURE= yes CPPFLAGS= -I${LOCALBASE}/include CONFIGURE_ARGS= --with-bft=${LOCALBASE} \ |