diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-09 14:58:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-09 14:58:30 +0000 |
commit | ece30012c519613103c5e35664523d39a60141b4 (patch) | |
tree | fbb64f380ebaf4514d92855677c5d579b33bfaf2 /emulators/twin | |
parent | 4490cc85bcf6bbc5341c481611b3be9cbf761474 (diff) | |
download | pkgsrc-ece30012c519613103c5e35664523d39a60141b4.tar.gz |
Modular Xorg support.
Diffstat (limited to 'emulators/twin')
-rw-r--r-- | emulators/twin/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index 8a1fa2cca5b..a79fbe81cb3 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2007/01/31 00:04:11 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2007/02/09 15:15:49 joerg Exp $ # DISTNAME= twin-src-3.1.14 @@ -31,5 +31,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/documentation/debugger.1 ${PREFIX}/${PKGMANDIR}/man1 ${INSTALL_PROGRAM} ${WRKSRC}/tools/rc/rc ${PREFIX}/bin -.include "../../mk/x11.buildlink3.mk" +BUILDLINK_DEPMETHOD.libXt?= build + +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |