aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tkshape
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2007-07-30 16:46:51 +0000
committerMartin Matuska <mm@FreeBSD.org>2007-07-30 16:46:51 +0000
commitf2a58877e56ed2af475f131f5da8858e39ee0e0c (patch)
treec94fbab5d3ba983bd18de8af1672795de301a4ec /x11-toolkits/tkshape
parent8d774124be22fd7c36eae9dc2e1a2b3b2abcea72 (diff)
downloadports-f2a58877e56ed2af475f131f5da8858e39ee0e0c.tar.gz
ports-f2a58877e56ed2af475f131f5da8858e39ee0e0c.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)
Notes
Notes: svn path=/head/; revision=196736
Diffstat (limited to 'x11-toolkits/tkshape')
-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} \