svn commit: r333709 - head/devel/tcl-trf

Pietro Cerutti gahr at FreeBSD.org
Wed Nov 13 16:50:18 UTC 2013


Author: gahr
Date: Wed Nov 13 16:50:17 2013
New Revision: 333709
URL: http://svnweb.freebsd.org/changeset/ports/333709

Log:
  - Convert to USES+=tcl
  - USE_LDCONFIG
  - Reorder variables to make portlint non-fatal

Modified:
  head/devel/tcl-trf/Makefile   (contents, props changed)

Modified: head/devel/tcl-trf/Makefile
==============================================================================
--- head/devel/tcl-trf/Makefile	Wed Nov 13 16:49:00 2013	(r333708)
+++ head/devel/tcl-trf/Makefile	Wed Nov 13 16:50:17 2013	(r333709)
@@ -5,9 +5,9 @@ PORTNAME=	Trf
 PORTVERSION=	2.1.4
 CATEGORIES=	devel tcl
 MASTER_SITES=	SF
+MASTER_SITE_SUBDIR=tcltrf/tcltrf/${PORTVERSION}
 PKGNAMEPREFIX=	tcl-
 DISTNAME=	trf${PORTVERSION}
-MASTER_SITE_SUBDIR=tcltrf/tcltrf/${PORTVERSION}
 
 MAINTAINER=	mi at aldan.algebra.com
 COMMENT=	Data conversion, digests, compression, error-correction for Tcl
@@ -18,7 +18,8 @@ USE_BZIP2=	yes
 
 ALL_TARGET=	all
 
-USE_TCL=	84+
+USES+=		tcl
+USE_LDCONFIG=	${PREFIX}/lib/Trf
 DDIR=		${PREFIX}/lib/tcl${TCL_VER}/Trf
 CFLAGS+=	-Wall -Werror
 


More information about the svn-ports-head mailing list