diff options
author | markd <markd@pkgsrc.org> | 2007-10-13 21:20:54 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-10-13 21:20:54 +0000 |
commit | 592130352b6636be51490b17d021fdc61824435a (patch) | |
tree | 59035dbab5af71d393335ee9a1560dce9ede3fe0 /devel/cvsup-gui | |
parent | c9b569395cb652e641352a520d81a2346b9e5fd8 (diff) | |
download | pkgsrc-592130352b6636be51490b17d021fdc61824435a.tar.gz |
Modular Xorg support.
Diffstat (limited to 'devel/cvsup-gui')
-rw-r--r-- | devel/cvsup-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsup-gui/Makefile b/devel/cvsup-gui/Makefile index d972861a867..8755f36c026 100644 --- a/devel/cvsup-gui/Makefile +++ b/devel/cvsup-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/02/05 23:08:41 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2007/10/13 21:20:54 markd Exp $ .include "${.CURDIR}/../../devel/cvsup/Makefile.common" @@ -7,5 +7,5 @@ PKGREVISION= 2 CONFLICTS= cvsup-[0-9]* -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libXaw/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |