diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-19 21:53:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-19 21:53:30 +0000 |
commit | fb95af1c95cc104dbaf9830e2e43c78afb43583f (patch) | |
tree | dd4c69bea540b1805b871a9ccbad648f05ac296b /astro/p5-Astro-Telescope | |
parent | e033f93a7e596262d91f0b19cc26f45406191391 (diff) |
Cosmetic change
Notes
Notes:
svn path=/head/; revision=502052
Diffstat (limited to 'astro/p5-Astro-Telescope')
-rw-r--r-- | astro/p5-Astro-Telescope/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/p5-Astro-Telescope/Makefile b/astro/p5-Astro-Telescope/Makefile index 0344621a34dc..16d497f82010 100644 --- a/astro/p5-Astro-Telescope/Makefile +++ b/astro/p5-Astro-Telescope/Makefile @@ -17,8 +17,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Astro-PAL>=0.99:astro/p5-Astro-PAL -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include <bsd.port.mk> |