From 2d3f2e5b0acd467137be01aaac009bc0c5fbbdc4 Mon Sep 17 00:00:00 2001 From: minskim Date: Thu, 23 Mar 2006 02:24:58 +0000 Subject: Provide the correct psiwidgets path to uic. This makes the package build again. --- chat/psi/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chat/psi/Makefile b/chat/psi/Makefile index e10ee8395d4..cdcb91cd815 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/03/21 07:48:03 minskim Exp $ +# $NetBSD: Makefile,v 1.39 2006/03/23 02:24:58 minskim Exp $ PSI_VERSION= 0.10 DISTNAME= psi-${PSI_VERSION} @@ -55,6 +55,8 @@ post-configure: ${MV} ${WRKSRC}/Makefile.new ${WRKSRC}/Makefile ${ECHO} 'target.path=${QTDIR}/lib' \ >> ${WRKSRC}/libpsi/psiwidgets/psiwidgets.pro + ${ECHO} 'QMAKE_UIC=$(QTDIR)/bin/uic -L ../libpsi/psiwidgets/.libs' \ + >> ${WRKSRC}/src/src.pro cd ${WRKSRC}/libpsi/psiwidgets && ( ${SETENV} ${CONFIGURE_ENV} \ ${QTDIR}/bin/qmake psiwidgets.pro -o Makefile; \ ) -- cgit v1.2.3