aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/tkshape/Makefile
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2007-07-31 00:46:51 +0800
committermm <mm@FreeBSD.org>2007-07-31 00:46:51 +0800
commit70edc5e82b0492fec3af80e44f9e52ca69661ad6 (patch)
tree2a1baa87c8ad815563a5d352d097d5c051adf642 /x11-toolkits/tkshape/Makefile
parent09a9a97fe3817874228c5489c2833d1e8e906050 (diff)
downloadfreebsd-ports-gnome-70edc5e82b0492fec3af80e44f9e52ca69661ad6.tar.gz
freebsd-ports-gnome-70edc5e82b0492fec3af80e44f9e52ca69661ad6.tar.zst
freebsd-ports-gnome-70edc5e82b0492fec3af80e44f9e52ca69661ad6.zip
- Unbreak with WITH_XORG= x11 xext
- Switch to USE_TK infrastructure (bsd.tcl.mk) PR: ports/115045 Approved by: portmgr (pav), garga (mentor, implicit)
Diffstat (limited to 'x11-toolkits/tkshape/Makefile')
-rw-r--r--x11-toolkits/tkshape/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-toolkits/tkshape/Makefile b/x11-toolkits/tkshape/Makefile
index 8d4be41fdc49..a4feab42820d 100644
--- a/x11-toolkits/tkshape/Makefile
+++ b/x11-toolkits/tkshape/Makefile
@@ -15,7 +15,9 @@ DISTNAME= shape${PORTVERSION:S/.//g}
MAINTAINER= nivit@FreeBSD.org
COMMENT= A Tk library to access to X Shaped Window Extension
-LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
+USE_TK= yes
+
+USE_XORG= x11 xext
PLIST_SUB= PORTNAME="${PORTNAME}"
@@ -32,10 +34,6 @@ MANN= shape.n
WRKSRC= ${WRKDIR}/${PORTNAME:C/^tk//1}${PORTVERSION}
-TCL_VER?= 8.4
-TK_VER?= 8.4
-WISH?= wish${TK_VER}
-
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tclconf=${LOCALBASE}/lib/tcl${TCL_VER} \