- Unbreak with WITH_XORG= x11 xext
- Switch to USE_TK infrastructure (bsd.tcl.mk) PR: ports/115045 Approved by: portmgr (pav), garga (mentor, implicit)
This commit is contained in:
parent
8d774124be
commit
f2a58877e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196736
1 changed files with 3 additions and 5 deletions
|
@ -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} \
|
||||
|
|
Loading…
Reference in a new issue