diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-19 12:52:55 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-19 12:52:55 +0000 |
commit | 47828d0fce172b8afae396ba1cbcf459e396ef95 (patch) | |
tree | fc522cacf5b7a223abfda5c9bd7fe272ed4a0589 /science/vis5d+ | |
parent | ecd23c06ac78386c05267fbe96845fbe6cfb3815 (diff) | |
download | ports-47828d0fce172b8afae396ba1cbcf459e396ef95.tar.gz ports-47828d0fce172b8afae396ba1cbcf459e396ef95.zip |
Notes
Diffstat (limited to 'science/vis5d+')
-rw-r--r-- | science/vis5d+/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/vis5d+/Makefile b/science/vis5d+/Makefile index 5a1ac49ba927..b8998d061fc4 100644 --- a/science/vis5d+/Makefile +++ b/science/vis5d+/Makefile @@ -29,7 +29,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= \ CPPFLAGS="${CXXFLAGS} ${PTHREAD_FLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -lgiconv -lintl -L${X11BASE}/lib" + LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -liconv -lintl -L${X11BASE}/lib" CONFIGURE_ARGS= --enable-gtk --enable-threads --with-mesa --with-netcdf \ --with-mixkit=${LOCALBASE}/lib/libmix.a --with-x INSTALLS_SHLIB= yes |