summaryrefslogtreecommitdiff
path: root/chat/psi
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-03-23 02:24:58 +0000
committerminskim <minskim@pkgsrc.org>2006-03-23 02:24:58 +0000
commitcb581805f7c528f366b661b5bc01e5ef14f7f2c0 (patch)
tree8715d309e59dca9f7af0a8dfdb1ab07215cf16a4 /chat/psi
parent9ceda7ff3cbf4801e947c4a6c876ea71f9528761 (diff)
downloadpkgsrc-cb581805f7c528f366b661b5bc01e5ef14f7f2c0.tar.gz
Provide the correct psiwidgets path to uic. This makes the package build
again.
Diffstat (limited to 'chat/psi')
-rw-r--r--chat/psi/Makefile4
1 files changed, 3 insertions, 1 deletions
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; \
)