diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-04-19 11:07:32 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-04-19 11:07:32 +0800 |
commit | ee00be2cb8ceb3913d332d7ac499ec4d5caa0a96 (patch) | |
tree | dea0c5194227bb7e984ad79078a07cba399fa95d /astro/nova | |
parent | 933afa48906eeee9c227484d031227a0b80abd68 (diff) | |
download | freebsd-ports-gnome-ee00be2cb8ceb3913d332d7ac499ec4d5caa0a96.tar.gz freebsd-ports-gnome-ee00be2cb8ceb3913d332d7ac499ec4d5caa0a96.tar.zst freebsd-ports-gnome-ee00be2cb8ceb3913d332d7ac499ec4d5caa0a96.zip |
requires gcc3 to build
Noticed by: bento via kris
Diffstat (limited to 'astro/nova')
-rw-r--r-- | astro/nova/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/nova/Makefile b/astro/nova/Makefile index 28228ab58f52..ed2ad5826aa2 100644 --- a/astro/nova/Makefile +++ b/astro/nova/Makefile @@ -27,6 +27,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 +USE_GCC= 3.3 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |