diff options
-rw-r--r-- | games/alephone-scenarios/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/alephone-scenarios/Makefile b/games/alephone-scenarios/Makefile index 7905c76f8b20..b291af63027f 100644 --- a/games/alephone-scenarios/Makefile +++ b/games/alephone-scenarios/Makefile @@ -42,7 +42,7 @@ SUB_FILES= wrapper .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 +.if ${OPSYS} == FreeBSD . if ${PORT_OPTIONS:METERNAL} || ${PORT_OPTIONS:MRUBICON} USES= zip:infozip . endif @@ -51,7 +51,7 @@ USES= zip:infozip DATADIR!= cd ${PORTSDIR}/games/alephone && ${MAKE} -V DATADIR .if ${PORT_OPTIONS:MEMR} -. if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 +. if ${OPSYS} == FreeBSD EXTRACT_DEPENDS=gtar:archivers/gtar TAR= ${LOCALBASE}/bin/gtar . endif |