diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /astro/nightfall | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) |
Notes
Diffstat (limited to 'astro/nightfall')
-rw-r--r-- | astro/nightfall/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile index f79499fd49de..78827bc6f375 100644 --- a/astro/nightfall/Makefile +++ b/astro/nightfall/Makefile @@ -14,9 +14,8 @@ OPTIONS_DEFINE= GNOME PGPLOT OPENGL OPTIONS_DEFAULT= PGPLOT OPENGL PGPLOT_DESC= Enable PGPLOT support -USES= pathfix gettext +USES= pathfix gettext perl5 USE_GNOME= gnomehier gtk20 -USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |