diff options
author | abs <abs@pkgsrc.org> | 2007-01-29 09:11:06 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-01-29 09:11:06 +0000 |
commit | 4a4e093a0394e802a0a8c062a71a5b2e0334863b (patch) | |
tree | 80470a09f2c57e238a5af82f28714e190544ef2e | |
parent | 4ac5ea7db73ff62bdd792054afdf3183fcf103d3 (diff) | |
download | pkgsrc-4a4e093a0394e802a0a8c062a71a5b2e0334863b.tar.gz |
+.include "../../x11/xextproto/buildlink3.mk" for modular X11
-rw-r--r-- | net/kdenetwork3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index b83687670e7..fcb541cd1b8 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2007/01/26 02:55:41 markd Exp $ +# $NetBSD: Makefile,v 1.60 2007/01/29 09:11:06 abs Exp $ DISTNAME= kdenetwork-${_KDE_VERSION} CATEGORIES= net @@ -60,5 +60,6 @@ BUILDLINK_DEPMETHOD.libXt?= build .include "../../x11/libXmu/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../x11/libXtst/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |