diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-03-22 22:37:20 +0800 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-03-22 22:37:20 +0800 |
commit | b72452ff32c8136dea308f64d29214f4b591b69d (patch) | |
tree | 13f24b0029add7907b33de69d6d206e0f85014d4 /science/minc2 | |
parent | 1f937f095089abc55ac01d7e46c5605e5007be40 (diff) | |
download | freebsd-ports-gnome-b72452ff32c8136dea308f64d29214f4b591b69d.tar.gz freebsd-ports-gnome-b72452ff32c8136dea308f64d29214f4b591b69d.tar.zst freebsd-ports-gnome-b72452ff32c8136dea308f64d29214f4b591b69d.zip |
- Fix build on 4.x
- portlint(1)
PR: 94805
Reported by: maintainer
Diffstat (limited to 'science/minc2')
-rw-r--r-- | science/minc2/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/science/minc2/Makefile b/science/minc2/Makefile index b933be9b67c0..ec961a33e97e 100644 --- a/science/minc2/Makefile +++ b/science/minc2/Makefile @@ -29,13 +29,11 @@ LIB_DEPENDS= netcdf.1:${PORTSDIR}/science/netcdf INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +USE_GCC= 3.2+ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-static=yes --enable-shared=yes - -# Build parameters -#WRKSRC= ${WRKDIR}/minc-${PORTVERSION} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= dcm2mnc.1 \ ecattominc.1 \ @@ -75,6 +73,6 @@ MAN1= dcm2mnc.1 \ MAN3= ParseArgv.3 post-install: - ${CAT} ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |