diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-13 11:40:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-13 11:40:08 +0000 |
commit | 0611216be3421cbb1137c4f846808df24ef9ca25 (patch) | |
tree | afc2f02a3e7f8ae3b595d780b69992051babc6c4 /emulators/tme | |
parent | 32276ad965eec28ab8808809e6e556c91b994086 (diff) | |
download | pkgsrc-0611216be3421cbb1137c4f846808df24ef9ca25.tar.gz |
Modular Xorg support.
Diffstat (limited to 'emulators/tme')
-rw-r--r-- | emulators/tme/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index daca39bdc7d..72baf7bd65e 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/11/12 00:04:57 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2007/01/13 11:40:08 joerg Exp $ # DISTNAME= tme-0.4 @@ -20,6 +20,11 @@ USE_TOOLS+= gmake perl:run CONFIGURE_ARGS+= --disable-debug +BUILDLINK_DEPMETHOD.libXt?= build + .include "../../devel/libltdl/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" +.include "../../x11/libSM/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |