diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-06 11:20:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-06 11:20:48 +0000 |
commit | be7be21d0eccf86ade13fc15c7ef2427d3f9eefc (patch) | |
tree | ef6bfb37a8ee531d4f35dfc65a28d0d1054d7975 | |
parent | 98d0c7518d2a77f111a6534e2cbb9172a1406fce (diff) | |
download | ports-be7be21d0eccf86ade13fc15c7ef2427d3f9eefc.tar.gz ports-be7be21d0eccf86ade13fc15c7ef2427d3f9eefc.zip |
Notes
-rw-r--r-- | games/p5-Algorithm-Pair-Best2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/p5-Algorithm-Pair-Best2/Makefile b/games/p5-Algorithm-Pair-Best2/Makefile index e72c0d2e63fc..2dafa509810a 100644 --- a/games/p5-Algorithm-Pair-Best2/Makefile +++ b/games/p5-Algorithm-Pair-Best2/Makefile @@ -14,8 +14,9 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> |