summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorminskim <minskim>2006-03-23 02:24:58 +0000
committerminskim <minskim>2006-03-23 02:24:58 +0000
commit2d3f2e5b0acd467137be01aaac009bc0c5fbbdc4 (patch)
tree8715d309e59dca9f7af0a8dfdb1ab07215cf16a4 /chat
parent192ffc78449236839f24857f2e12318285635579 (diff)
downloadpkgsrc-2d3f2e5b0acd467137be01aaac009bc0c5fbbdc4.tar.gz
Provide the correct psiwidgets path to uic. This makes the package build
again.
Diffstat (limited to 'chat')
-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; \
)