diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-03 13:54:12 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-03 13:54:12 +0000 |
commit | cfa3af9b2c4fd5983b293e659750b052315808aa (patch) | |
tree | 63fad4c9db58c11fee4223833d05477c16848b9e /converters | |
parent | f82fdd8358e9c7e33d640488099b4075ff25fde2 (diff) |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/nomyso/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/nomyso/Makefile b/converters/nomyso/Makefile index ff0fbb2e2cdd..5dbef640d767 100644 --- a/converters/nomyso/Makefile +++ b/converters/nomyso/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org COMMENT= Convert MASM/TASM files to NASM compatible sources -USES= yes +USES= perl5 USE_ZIP= yes USE_PERL5= run NO_WRKSUBDIR= yes |