diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-26 00:26:15 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-26 00:26:15 +0000 |
commit | 135475e7200ac497be75ff0c09de64be9a0f6bf2 (patch) | |
tree | 64e46188f5e6108d43cbc67622110dcf26643c62 /astro | |
parent | d9b6f18b86b057ed2ba56d72f32fb6dcd5d6f23e (diff) | |
download | ports-135475e7200ac497be75ff0c09de64be9a0f6bf2.tar.gz ports-135475e7200ac497be75ff0c09de64be9a0f6bf2.zip |
Notes
Diffstat (limited to 'astro')
-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 2289758c466c..df27482d9805 100644 --- a/astro/nova/Makefile +++ b/astro/nova/Makefile @@ -28,7 +28,7 @@ LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ RUN_DEPENDS= ${LOCALBASE}/share/nova/catalogs/sky2000.ncd:${PORTSDIR}/astro/sky2000 USE_REINPLACE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --datadir=${DATADIR} |