diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-03-26 01:39:07 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-03-26 01:39:07 +0000 |
commit | a18f63218b2778676653d0e1e82b91009015435e (patch) | |
tree | 8148dbc52a5dc1a78105c50206490622260fa7a3 /textproc/wv | |
parent | d55f0b817250bd8699b3a0cd5bdb5e176a13aad5 (diff) |
Notes
Diffstat (limited to 'textproc/wv')
-rw-r--r-- | textproc/wv/Makefile | 2 |
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 |