diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-26 21:49:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-26 21:49:45 +0000 |
commit | a8897b10dfcc08aff9f60e825799547772557fc4 (patch) | |
tree | b4a7088636d07bacc4b83ca776f1a57df9df4743 /benchmarks | |
parent | b96e67dc5998d2ef66da7ab4e36e67d95f4904df (diff) | |
download | pkgsrc-a8897b10dfcc08aff9f60e825799547772557fc4.tar.gz |
Modular Xorg support.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/zelibm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/zelibm/Makefile b/benchmarks/zelibm/Makefile index 7b9a8da010a..84b3a2b69af 100644 --- a/benchmarks/zelibm/Makefile +++ b/benchmarks/zelibm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/04/17 13:46:17 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2007/01/26 21:56:40 joerg Exp $ # DISTNAME= zelibm @@ -16,8 +16,8 @@ USE_TOOLS+= gmake do-install: ${INSTALL_PROGRAM} ${WRKSRC}/libmtest ${PREFIX}/bin -.include "../../mk/x11.buildlink3.mk" .include "../../devel/gmp/buildlink3.mk" .include "../../graphics/gd/buildlink3.mk" +.include "../../x11/libXaw/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |