From owner-svn-ports-head@FreeBSD.ORG Thu Sep 11 08:55:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E987C363; Thu, 11 Sep 2014 08:55:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5435386; Thu, 11 Sep 2014 08:55:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8B8t7Cc004810; Thu, 11 Sep 2014 08:55:07 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8B8t77W004809; Thu, 11 Sep 2014 08:55:07 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201409110855.s8B8t77W004809@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Thu, 11 Sep 2014 08:55:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367911 - head/print/tex-xdvik X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2014 08:55:08 -0000 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 \