aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tk84/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-09-20 07:43:51 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-09-20 07:43:51 +0000
commit672a7034b6cabbaedcb59031f87c67f067e63824 (patch)
treeed5206bc6ebcc567d7f863d751c07e580aa3a256 /x11-toolkits/tk84/Makefile
parent335927cf6f6f9726660614a916625a9acbfb04e1 (diff)
downloadports-672a7034b6cabbaedcb59031f87c67f067e63824.tar.gz
ports-672a7034b6cabbaedcb59031f87c67f067e63824.zip
Notes
Diffstat (limited to 'x11-toolkits/tk84/Makefile')
-rw-r--r--x11-toolkits/tk84/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile
index 1d82a775dba7..f50bdf511d9f 100644
--- a/x11-toolkits/tk84/Makefile
+++ b/x11-toolkits/tk84/Makefile
@@ -6,6 +6,8 @@ PORTEPOCH= 2
CATEGORIES= x11-toolkits tk
MASTER_SITES= ${MASTER_SITE_TCLTK} \
SF/tcl/Tcl/${PORTVERSION}
+MASTER_SITE_SUBDIR=tcl8_4
+PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}
DISTNAME= ${PORTNAME}${PORTVERSION}-src
MAINTAINER= tcltk@FreeBSD.org
@@ -23,8 +25,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix
ALL_TARGET= all
INSTALL_TARGET= install
+USES+= tcl:${SHORT_TK_VER}
USE_LDCONFIG= yes
-USE_TCL= ${SHORT_TK_VER}
USE_XORG= x11
CFLAGS+= -I${TCL_INCLUDEDIR}/generic
GNU_CONFIGURE= yes
@@ -39,7 +41,6 @@ CFLAGS+= -I${TCL_INCLUDEDIR}
TK_VER= ${PORTVERSION:R}
SHORT_TK_VER= ${TK_VER:S/.//}
-LATEST_LINK= ${PORTNAME}${SHORT_TK_VER}
MAN_SUFFIX= ${LATEST_LINK}
MAKE_ENV= SHORT_TK_VER=${SHORT_TK_VER}