diff options
Diffstat (limited to 'astro/libroadnav/Makefile')
-rw-r--r-- | astro/libroadnav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/libroadnav/Makefile b/astro/libroadnav/Makefile index 9fce7c613d93..33fa9edb6769 100644 --- a/astro/libroadnav/Makefile +++ b/astro/libroadnav/Makefile @@ -12,7 +12,7 @@ COMMENT= Helper library for Roadnav (3D GPS mapping program) 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} |