diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 16:55:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 16:55:01 +0000 |
commit | 1b5bf3478641b283073cf7ec6be365cb944083d2 (patch) | |
tree | 0a5d6994fe710d875e5b7b9dff797792a272fd86 /emulators/simh | |
parent | c23ef8bc8bf7d31214830bdcaa75c6018065881a (diff) | |
download | ports-1b5bf3478641b283073cf7ec6be365cb944083d2.tar.gz ports-1b5bf3478641b283073cf7ec6be365cb944083d2.zip |
Notes
Diffstat (limited to 'emulators/simh')
-rw-r--r-- | emulators/simh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index bfc02843fd03..275ebd56ba53 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -12,8 +12,7 @@ COMMENT= Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others NO_WRKSUBDIR= yes -USES= gmake dos2unix -USE_ZIP= yes +USES= gmake dos2unix zip DOS2UNIX_FILES= VAX/vax_sysdev.c MAKE_ENV= GCC="${CC}" CFLAGS_O="${CFLAGS}" USE_NETWORK=1 MAKEFILE= makefile |