diff options
-rw-r--r-- | astro/p5-Astro-SpaceTrack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/p5-Astro-SpaceTrack/Makefile b/astro/p5-Astro-SpaceTrack/Makefile index 73482568b6df..343130e25ff9 100644 --- a/astro/p5-Astro-SpaceTrack/Makefile +++ b/astro/p5-Astro-SpaceTrack/Makefile @@ -24,9 +24,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PORTSCOUT= limit:^[0-9\.]*$$ +CONFIGURE_ARGS= -y +NO_ARCH= yes USES= perl5 USE_PERL5= configure -CONFIGURE_ARGS= -y .include <bsd.port.pre.mk> |