aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/wv
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2011-03-26 09:39:07 +0800
committerbf <bf@FreeBSD.org>2011-03-26 09:39:07 +0800
commitc1a29c89b82fb519f9af9c0251a4c7e0e1424e26 (patch)
tree7bc2f45e34fa171c0322817028071776425112cf /textproc/wv
parent47cf5b694da99d209a7f2c7f7f78d00584c77c25 (diff)
downloadfreebsd-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 'textproc/wv')
-rw-r--r--textproc/wv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile
index 29c19685b2c3..7ed846095743 100644
--- a/textproc/wv/Makefile
+++ b/textproc/wv/Makefile
@@ -20,7 +20,7 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MKDIR_P="${MKDIR}"
+CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" MKDIR_P="${MKDIR}"
CONFIGURE_ARGS= --with-png=${LOCALBASE} \
--with-libwmf=${LOCALBASE}
MAKEFILE= GNUmakefile