diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-09-06 22:23:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-09-06 22:23:19 +0000 |
commit | 20d6a710c5a03b16b5c35082c3d4644313130b61 (patch) | |
tree | 771a790499708d927be36cd24f897e16aa5694ee | |
parent | update to 2.03.00.028 (diff) |
Worst port ever... Add dependency on XLIB
Noted by: pointy hat
Notes
Notes:
svn path=/head/; revision=142123
-rw-r--r-- | emulators/m2000/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/m2000/Makefile b/emulators/m2000/Makefile index ca94e42f8563..2e1e7c2bbf1e 100644 --- a/emulators/m2000/Makefile +++ b/emulators/m2000/Makefile @@ -45,9 +45,9 @@ M2000TAPES= 3DDoolhof2.cas \ WRKSRC= ${WRKDIR}/P2000 ALL_TARGET= x +USE_XLIB= yes SUB_FILES= m2000.sh -USE_UNZIP= yes post-extract: ${MKDIR} ${WRKDIR}/tapeconv |