diff options
Diffstat (limited to 'astro/nova')
-rw-r--r-- | astro/nova/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/nova/Makefile b/astro/nova/Makefile index 9b0ac1c60b3c..d07555af97c8 100644 --- a/astro/nova/Makefile +++ b/astro/nova/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ nova:${PORTSDIR}/astro/libnova RUN_DEPENDS= ${LOCALBASE}/share/nova/catalogs/sky2000.ncd:${PORTSDIR}/astro/sky2000 -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --datadir=${DATADIR} |