diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 22:11:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 22:11:05 +0000 |
commit | 0b66cb1f1babc7c81d26594d687422650abca365 (patch) | |
tree | 5599c7a51cf93612cdd0129397a9d1dc8da09b92 | |
parent | 694d15fa6bd8c41aa78339b851f62b5c02e76988 (diff) |
BROKEN: Incorrect pkg-plist
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=132035
-rw-r--r-- | lang/tclX/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/tclX/Makefile b/lang/tclX/Makefile index 2fcf63653c04..8388b97e98e2 100644 --- a/lang/tclX/Makefile +++ b/lang/tclX/Makefile @@ -24,6 +24,8 @@ PKGNAMESUFFIX= -nox11 LIB_DEPENDS= tk${TCL_DVER}.1:${PORTSDIR}/x11-toolkits/tk${TCL_DVER} .endif +BROKEN= Incorrect pkg-plist + TCL_VER?= 8.4 TCL_DVER?= ${TCL_VER:S/.//} |