diff options
Diffstat (limited to 'emulators/stonx/Makefile')
-rw-r--r-- | emulators/stonx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/stonx/Makefile b/emulators/stonx/Makefile index c8e306ca3862..31a751330952 100644 --- a/emulators/stonx/Makefile +++ b/emulators/stonx/Makefile @@ -17,6 +17,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir RESTRICTED= tos.img is copyrighted +NO_STAGE= yes TOSIMG?= tos.img USE_XORG= x11 sm ice xext xextproto @@ -25,7 +26,6 @@ CONFIGURE_ARGS= --x-includes=${LOCALBASE}/include \ --x-libraries=${LOCALBASE}/lib ALL_TARGET= all fnttobdf tosfonts fonts -NO_STAGE= yes pre-build: ${CP} ${DISTDIR}/${TOSIMG} ${WRKSRC}/tos.img |