Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2013 07:45:52 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323870 - head/print/xdvi
Message-ID:  <201307290745.r6T7jqER092527@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Jul 29 07:45:51 2013
New Revision: 323870
URL: http://svnweb.freebsd.org/changeset/ports/323870

Log:
  - Unbreak the build, convert USE_GMAKE to USES
  - Expand creator's name in header, touch COMMENT
  
  Pointy hat to:	bapt (r322000)

Modified:
  head/print/xdvi/Makefile

Modified: head/print/xdvi/Makefile
==============================================================================
--- head/print/xdvi/Makefile	Mon Jul 29 07:29:21 2013	(r323869)
+++ head/print/xdvi/Makefile	Mon Jul 29 07:45:51 2013	(r323870)
@@ -1,4 +1,4 @@
-# Created by: jmz
+# Created by: Jean-Marc Zucconi <jmz@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	xdvi
@@ -11,14 +11,13 @@ DISTNAME=	${PORTNAME}-20
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	DVI Previewer for the X Window System
+COMMENT=	DVI previewer for the X Window System
 
 CONFLICTS=	teTeX-*
 
 DIST_SUBDIR=	xdvi
-UES=		imake
+USES=		gmake imake
 USE_XORG=	ice sm x11 xaw xext xmu xt xpm
-USE_GMAKE=	yes
 PKGINSTALL=	${WRKDIR}/pkg-install
 PKGDEINSTALL=	${WRKDIR}/pkg-deinstall
 PLIST_SUB=	LOCALBASE=${LOCALBASE}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307290745.r6T7jqER092527>