From e94fd2b43c7fc79a74926fc98b73b685942d1b9c Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Wed, 13 Nov 2013 16:50:17 +0000 Subject: [PATCH] - Convert to USES+=tcl - USE_LDCONFIG - Reorder variables to make portlint non-fatal --- devel/tcl-trf/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/tcl-trf/Makefile b/devel/tcl-trf/Makefile index 5f6a113d04a2..5ff18e978610 100644 --- a/devel/tcl-trf/Makefile +++ b/devel/tcl-trf/Makefile @@ -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@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