diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
commit | 665bec206dcb6c4d1e6d2763147022da72013147 (patch) | |
tree | c9bc7d175d1787d3182be06d12c45d1a2fe32a2b /games/optimax/Makefile | |
parent | dd0f478654597e17086b295a97e2e7e1caa0b36c (diff) | |
download | ports-665bec206dcb6c4d1e6d2763147022da72013147.tar.gz ports-665bec206dcb6c4d1e6d2763147022da72013147.zip |
Notes
Diffstat (limited to 'games/optimax/Makefile')
-rw-r--r-- | games/optimax/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/optimax/Makefile b/games/optimax/Makefile index c62a9193cdb4..cc6bcb9eb17f 100644 --- a/games/optimax/Makefile +++ b/games/optimax/Makefile @@ -17,8 +17,7 @@ COMMENT= A Core War optimizer written in Perl RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk -USES= perl5 -USE_ZIP= yes +USES= perl5 zip USE_PERL5= run WRKSRC= ${WRKDIR}/publish_${PORTVERSION:S/.//} BUILD_WRKSRC= ${WRKSRC}/optimars/optimars_0.1 |