diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-07-30 16:46:51 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-07-30 16:46:51 +0000 |
commit | f2a58877e56ed2af475f131f5da8858e39ee0e0c (patch) | |
tree | c94fbab5d3ba983bd18de8af1672795de301a4ec /x11-toolkits/tkshape | |
parent | 8d774124be22fd7c36eae9dc2e1a2b3b2abcea72 (diff) | |
download | ports-f2a58877e56ed2af475f131f5da8858e39ee0e0c.tar.gz ports-f2a58877e56ed2af475f131f5da8858e39ee0e0c.zip |
Notes
Diffstat (limited to 'x11-toolkits/tkshape')
-rw-r--r-- | x11-toolkits/tkshape/Makefile | 8 |
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} \ |