diff options
author | netchild <netchild@FreeBSD.org> | 2002-05-14 16:24:02 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-05-14 16:24:02 +0000 |
commit | e673e8af6ecc1ac8060d21dc1430f562125a5357 (patch) | |
tree | 010cbc9e1c9af0e4ec3467020d0b05d2c4245f38 /textproc | |
parent | 6ecde6d875d618a555c467753b1e198434a943d1 (diff) | |
download | FreeBSD-ports-e673e8af6ecc1ac8060d21dc1430f562125a5357.zip FreeBSD-ports-e673e8af6ecc1ac8060d21dc1430f562125a5357.tar.gz |
Fix for policy change in xml2-config.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/modlogan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index 277972f..2b7cc27 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -40,7 +40,7 @@ CONFIGURE_ARGS+=--enable-ltdl-install=no --with-gd=${LOCALBASE}/include .if defined(WITH_MYSQL) CONFIGURE_ARGS+=--with-mysql .endif -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2/libxml" MAN1= modlogan.1 DOC1= faq.txt glosar manual.txt translations.txt \ |