From efa63f6ba4d035a78bf22994112284daa54d01e2 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 25 Jul 2008 14:34:52 +0000 Subject: - Remove USE_GCC where it can be satisfied with base compiler on following FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT --- science/minc/Makefile | 1 - science/minc2/Makefile | 1 - 2 files changed, 2 deletions(-) (limited to 'science') 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 -- cgit