svn commit: r328169 - head/converters/xdeview

Pietro Cerutti gahr at FreeBSD.org
Tue Sep 24 16:49:16 UTC 2013


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/.


More information about the svn-ports-all mailing list