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/roadnav | |
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/roadnav')
-rw-r--r-- | astro/roadnav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/roadnav/Makefile b/astro/roadnav/Makefile index f518edf9e604..c4e1db149be6 100644 --- a/astro/roadnav/Makefile +++ b/astro/roadnav/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libroadnav.a:${PORTSDIR}/astro/libroadnav USE_WX= 2.6+ WX_COMPS= wx contrib -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx-prefix=${LOCALBASE} --with-wx-config=${WX_CONFIG} |