diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 14:34:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 14:34:52 +0000 |
commit | efa63f6ba4d035a78bf22994112284daa54d01e2 (patch) | |
tree | a8e60f648b180d79a27a101c6135bb1ecf9d5c89 /science | |
parent | 07dc5b5098fa633c7cf68ca1d4973f913a455e22 (diff) | |
download | ports-efa63f6ba4d035a78bf22994112284daa54d01e2.tar.gz ports-efa63f6ba4d035a78bf22994112284daa54d01e2.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/minc/Makefile | 1 | ||||
-rw-r--r-- | science/minc2/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/science/minc/Makefile b/science/minc/Makefile index 770bc188f4ec..58dfd66863ea 100644 --- a/science/minc/Makefile +++ b/science/minc/Makefile @@ -30,7 +30,6 @@ LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GCC= 3.2+ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-static=yes --enable-shared=yes diff --git a/science/minc2/Makefile b/science/minc2/Makefile index 35050f9e13ef..5507b5abe855 100644 --- a/science/minc2/Makefile +++ b/science/minc2/Makefile @@ -30,7 +30,6 @@ LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf \ USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes -USE_GCC= 3.2+ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --enable-shared=yes --enable-static=yes |