svn commit: r322625 - head/print/xdvik

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 10 07:40:18 UTC 2013


Author: bapt
Date: Wed Jul 10 07:40:18 2013
New Revision: 322625
URL: http://svnweb.freebsd.org/changeset/ports/322625

Log:
  Convert from USE_MOTIF to USES=motif

Modified:
  head/print/xdvik/Makefile

Modified: head/print/xdvik/Makefile
==============================================================================
--- head/print/xdvik/Makefile	Wed Jul 10 07:33:24 2013	(r322624)
+++ head/print/xdvik/Makefile	Wed Jul 10 07:40:18 2013	(r322625)
@@ -14,9 +14,8 @@ COMMENT=	DVI Previewer(kpathsearch) for 
 
 LIB_DEPENDS=	t1.5:${PORTSDIR}/devel/t1lib
 
-USE_GMAKE=	yes
+USES=		gmake motif
 USE_TEX=	base texmf
-USE_MOTIF=	yes
 MAKE_JOBS_UNSAFE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-system-t1lib \


More information about the svn-ports-head mailing list