Date: Thu, 11 Sep 2014 08:55:07 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367911 - head/print/tex-xdvik Message-ID: <201409110855.s8B8t77W004809@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Thu Sep 11 08:55:07 2014 New Revision: 367911 URL: http://svnweb.freebsd.org/changeset/ports/367911 QAT: https://qat.redports.org/buildarchive/r367911/ Log: Fix dependency. Spotted by: dinoex PR: 193362 Modified: head/print/tex-xdvik/Makefile Modified: head/print/tex-xdvik/Makefile ============================================================================== --- head/print/tex-xdvik/Makefile Thu Sep 11 08:40:58 2014 (r367910) +++ head/print/tex-xdvik/Makefile Thu Sep 11 08:55:07 2014 (r367911) @@ -3,7 +3,7 @@ PORTNAME= xdvik PORTVERSION= 22.87 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= SF/xdvi/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= tex- @@ -18,12 +18,13 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/ USES= iconv gmake motif USE_TEX= web2c kpathsea texmf texhash TEXHASHDIRS= ${TEXMFDISTDIR} -USE_XORG= ice sm x11 xmu xpm xt +USE_XORG= ice sm x11 xmu xpm xt xi WRKSRC= ${WRKDIR}/${DISTNAME}/texk/xdvik GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared \ --datarootdir=${LOCALBASE}/share \ --with-xdvi-x-toolkit=motif \ + --enable-xi2-scrolling \ --with-iconv \ --with-xpm \ --with-system-kpathsea \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409110855.s8B8t77W004809>