diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-08 17:53:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-08 17:53:04 +0000 |
commit | 612259e7543bc21b11ed3fae437986df643458a3 (patch) | |
tree | 7293270a3409f8ec71f3b98c4ddef09705058110 /net | |
parent | e03d8bda2e6137a0d5566aa00ea94e66bb5d5ade (diff) | |
download | pkgsrc-612259e7543bc21b11ed3fae437986df643458a3.tar.gz |
Modular Xorg support.
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpillust/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile index 31f31f01b7e..010ebff2d59 100644 --- a/net/tcpillust/Makefile +++ b/net/tcpillust/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/08 19:02:47 minskim Exp $ +# $NetBSD: Makefile,v 1.18 2007/01/08 17:53:04 joerg Exp $ DISTNAME= tcpillust-1.0a PKGREVISION= 4 @@ -32,5 +32,6 @@ post-install: .include "../../lang/tcl/buildlink3.mk" .include "../../net/libpcap/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |