diff options
author | joerg <joerg> | 2007-01-08 17:51:55 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-08 17:51:55 +0000 |
commit | b73dab3455d88423683a9d7c913ac524e2df9ce4 (patch) | |
tree | 91bf0ad3ba5b1fd3f29ae7994d81367bf32e930d | |
parent | b1905fba6fdf2d87e722bde7fd5c936f548b8b93 (diff) | |
download | pkgsrc-b73dab3455d88423683a9d7c913ac524e2df9ce4.tar.gz |
Needs libXt for configure.
-rw-r--r-- | lang/tcl-otcl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/tcl-otcl/Makefile b/lang/tcl-otcl/Makefile index 77fea28da53..3c3499c78dd 100644 --- a/lang/tcl-otcl/Makefile +++ b/lang/tcl-otcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/09/29 16:28:55 minskim Exp $ +# $NetBSD: Makefile,v 1.19 2007/01/08 17:51:55 joerg Exp $ DISTNAME= otcl-src-1.12 PKGNAME= tcl-${DISTNAME:S/-src//} @@ -27,8 +27,11 @@ DOCDIR= ${PREFIX}/share/doc/tcl/otcl INSTALLATION_DIRS= bin include lib +BUILDLINK_DEPMETHOD.libXt?= build + .include "../../lang/tcl/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" post-install: ${INSTALL_DATA_DIR} ${DOCDIR} |