diff options
author | bf <bf@FreeBSD.org> | 2011-03-26 09:39:07 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-03-26 09:39:07 +0800 |
commit | c1a29c89b82fb519f9af9c0251a4c7e0e1424e26 (patch) | |
tree | 7bc2f45e34fa171c0322817028071776425112cf /math/gretl | |
parent | 47cf5b694da99d209a7f2c7f7f78d00584c77c25 (diff) | |
download | freebsd-ports-gnome-c1a29c89b82fb519f9af9c0251a4c7e0e1424e26.tar.gz freebsd-ports-gnome-c1a29c89b82fb519f9af9c0251a4c7e0e1424e26.tar.zst freebsd-ports-gnome-c1a29c89b82fb519f9af9c0251a4c7e0e1424e26.zip |
Remove addition of CPPFLAGS to CONFIGURE_ENV
in port Makefiles, and MD5 entries in distinfo
Diffstat (limited to 'math/gretl')
-rw-r--r-- | math/gretl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 52cfc501ca8a..5b429ad5ff8e 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -27,8 +27,7 @@ ALL_TARGET= # empty CONFIGURE_ARGS = --enable-static --enable-shared --with-gmake --without-gnome CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ - LAPACK_LIBS="${LAPACK} ${BLAS}" \ +CONFIGURE_ENV= LAPACK_LIBS="${LAPACK} ${BLAS}" \ LDFLAGS="${LDFLAGS}" MAN1= gretl.1 |