From 76a6c1c8f49b44285a7ba3b67a209f7d644257bd Mon Sep 17 00:00:00 2001 From: espie Date: Fri, 20 Jun 2003 14:22:33 +0000 Subject: [PATCH] enforce correct UIC in rebuild --- editors/kxmleditor/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editors/kxmleditor/Makefile b/editors/kxmleditor/Makefile index ef241a8d333..d5b713cbe33 100644 --- a/editors/kxmleditor/Makefile +++ b/editors/kxmleditor/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2003/02/28 03:21:20 brad Exp $ +# $OpenBSD: Makefile,v 1.13 2003/06/20 14:22:33 espie Exp $ COMMENT= "XML editor for KDE" @@ -34,5 +34,6 @@ CONFIGURE_STYLE= autoconf MODGNU_CONFIG_GUESS_DIRS= ${MODKDE_CONFIG_GUESS_DIRS} CONFIGURE_ARGS+= ${MODKDE_CONFIGURE_ARGS} CONFIGURE_ENV= ${MODKDE_CONFIGURE_ENV} +MAKE_ENV+= UIC_PATH="${MODQT_UIC}" UIC="${MODQT_UIC}" .include