diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-05 10:16:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-05 10:16:30 +0000 |
commit | 90db3fb38a7575327a6e7f601646eab98f5fb337 (patch) | |
tree | 42f05c49bf39bef9d89080f558340210e9448ea0 /emulators | |
parent | 0d01f3dc57cc006a71e35e206a82df3aa625b95c (diff) | |
download | pkgsrc-90db3fb38a7575327a6e7f601646eab98f5fb337.tar.gz |
Set USE_X11.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xm7/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/xm7/Makefile b/emulators/xm7/Makefile index 1e77c616fda..3ec511aa20c 100644 --- a/emulators/xm7/Makefile +++ b/emulators/xm7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/07/11 17:22:47 kristerw Exp $ +# $NetBSD: Makefile,v 1.11 2005/04/05 10:16:30 wiz Exp $ # DISTNAME= xm71010s @@ -24,6 +24,7 @@ EXTRACT_CMD= lha xqt ${DOWNLOADED_DISTFILE} WRKSRC= ${WRKDIR}/vm NO_CONFIGURE= yes MAKEFILE= makefile.x11 +USE_X11= yes post-extract: @cd ${WRKDIR}; ${MV} linux/* vm |