diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-12-23 11:56:41 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-12-23 11:56:41 +0000 |
commit | 0cedca8a7c6bfb31ff0c10f9eafa7a2051603c48 (patch) | |
tree | c82fea7ee71809cf7fb895e6a423f994d8938065 /textproc | |
parent | afe484363cdf4fa5fd1deb0315c69422c5828fb1 (diff) | |
download | pkgsrc-0cedca8a7c6bfb31ff0c10f9eafa7a2051603c48.tar.gz |
Enable developer mode (so that assertions are kept). This should be removed
when the 2.x branch of the program is stabilized.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlcatmgr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile index 1d816056624..a88854a390b 100644 --- a/textproc/xmlcatmgr/Makefile +++ b/textproc/xmlcatmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/12/23 11:45:05 jmmv Exp $ +# $NetBSD: Makefile,v 1.14 2003/12/23 11:56:41 jmmv Exp $ # DISTNAME= xmlcatmgr-2.0alpha1 @@ -15,6 +15,7 @@ USE_PKGINSTALL= YES CONFIGURE_ARGS+= -p ${PREFIX} CONFIGURE_ARGS+= -c ${PKG_SYSCONFDIR}/xml/catalog +CONFIGURE_ARGS+= -D CONFIGURE_ENV+= SED="${SED}" CONFIGURE_ENV+= INSTALL_DATA="${INSTALL_DATA}" CONFIGURE_ENV+= INSTALL_DIR="${INSTALL_DATA_DIR}" |