summaryrefslogtreecommitdiff
path: root/textproc/xmlcatmgr
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-12-23 11:56:41 +0000
committerjmmv <jmmv@pkgsrc.org>2003-12-23 11:56:41 +0000
commit9e51645da25d2c0669a8a6c5397f7756cf8b84ee (patch)
treec82fea7ee71809cf7fb895e6a423f994d8938065 /textproc/xmlcatmgr
parent1ae25051796932ed24e73c81c29c9bb38b8ab9ef (diff)
downloadpkgsrc-9e51645da25d2c0669a8a6c5397f7756cf8b84ee.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/xmlcatmgr')
-rw-r--r--textproc/xmlcatmgr/Makefile3
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}"