diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 18:40:28 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 18:40:28 +0800 |
commit | 1f219fa858efd8ef7aac76f15c273ef1985c15bf (patch) | |
tree | a07614e6c0e3a9d12ec797ade1cc2b346612ca5b /astro/weatherspect | |
parent | 3d65d2003085f92f49ed803cb2df7891d50b89fc (diff) | |
download | freebsd-ports-gnome-1f219fa858efd8ef7aac76f15c273ef1985c15bf.tar.gz freebsd-ports-gnome-1f219fa858efd8ef7aac76f15c273ef1985c15bf.tar.zst freebsd-ports-gnome-1f219fa858efd8ef7aac76f15c273ef1985c15bf.zip |
Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer
Diffstat (limited to 'astro/weatherspect')
-rw-r--r-- | astro/weatherspect/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/weatherspect/Makefile b/astro/weatherspect/Makefile index 4fdf5927696f..4d4fad739b4e 100644 --- a/astro/weatherspect/Makefile +++ b/astro/weatherspect/Makefile @@ -20,6 +20,7 @@ ${SITE_PERL}/Term/Animation.pm:${PORTSDIR}/devel/p5-Term-Animation \ ${SITE_PERL}/Weather/Underground.pm:${PORTSDIR}/astro/p5-Weather-Underground NO_BUILD= yes +USE_PERL5= yes PLIST_FILES= bin/weatherspect do-install: |