diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-30 09:15:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-30 09:15:20 +0800 |
commit | a826473842bde50f6681b490a9f3160a21371613 (patch) | |
tree | 4f0c4b4206e69537be195d51aa2a26f486b60e75 /astro/xtide | |
parent | 90a8cf62e29af5caeeee544e2fa90de711f8e3c0 (diff) | |
download | freebsd-ports-gnome-a826473842bde50f6681b490a9f3160a21371613.tar.gz freebsd-ports-gnome-a826473842bde50f6681b490a9f3160a21371613.tar.zst freebsd-ports-gnome-a826473842bde50f6681b490a9f3160a21371613.zip |
Convert astro to USES=gmake
While here:
- Trim headers
- Use shebangfix when needed
- Convert to new perl5 world
Diffstat (limited to 'astro/xtide')
-rw-r--r-- | astro/xtide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 1427a30a6ed1..ee4fbbe22bd0 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -18,7 +18,7 @@ LICENSE= GPLv3 LIB_DEPENDS= png15:${PORTSDIR}/graphics/png USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake USE_GCC= yes GNU_CONFIGURE= yes |