diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-19 20:04:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-19 20:04:24 +0000 |
commit | 1ce97d773b46a1287dff18e0ad017ff61685845f (patch) | |
tree | ecf779ac3d64ef673fead0963adee9d671ef6156 /net/xipdump | |
parent | 5b044d50f6db4a455a83e7f698cc4572e927882f (diff) | |
download | pkgsrc-1ce97d773b46a1287dff18e0ad017ff61685845f.tar.gz |
Modular Xorg support.
Diffstat (limited to 'net/xipdump')
-rw-r--r-- | net/xipdump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xipdump/Makefile b/net/xipdump/Makefile index 0b133a322d4..461c27ca98c 100644 --- a/net/xipdump/Makefile +++ b/net/xipdump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2007/02/18 18:55:17 adrianp Exp $ +# $NetBSD: Makefile,v 1.26 2007/02/19 20:12:52 joerg Exp $ # DISTNAME= xipdump-1.5.4 @@ -29,5 +29,5 @@ post-build: @${ECHO} "@dirrm share/xipdump" >> ${PLIST_SRC} .include "../../devel/libnet10/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libXaw/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |