Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2013 16:49:15 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328169 - head/converters/xdeview
Message-ID:  <201309241649.r8OGnFr8006346@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Tue Sep 24 16:49:15 2013
New Revision: 328169
URL: http://svnweb.freebsd.org/changeset/ports/328169

Log:
  - Convert to USES+=tk
  - Convert to new LIB_DEPENDS format

Modified:
  head/converters/xdeview/Makefile

Modified: head/converters/xdeview/Makefile
==============================================================================
--- head/converters/xdeview/Makefile	Tue Sep 24 16:48:21 2013	(r328168)
+++ head/converters/xdeview/Makefile	Tue Sep 24 16:49:15 2013	(r328169)
@@ -13,9 +13,9 @@ COMMENT=	An X11 program for uu/xx/Base64
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	uu.3:${PORTSDIR}/converters/uulib
+LIB_DEPENDS=	libuu.so:${PORTSDIR}/converters/uulib
 
-USE_TK=		84+
+USES+=		tk
 GNU_CONFIGURE=	yes
 # Explicitly disable Tcl otherwise the configure script picks-up
 # crud from the $PATH like /usr/opt/Simili/tcl/.



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