diff options
author | minskim <minskim@pkgsrc.org> | 2006-03-23 02:24:58 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-03-23 02:24:58 +0000 |
commit | cb581805f7c528f366b661b5bc01e5ef14f7f2c0 (patch) | |
tree | 8715d309e59dca9f7af0a8dfdb1ab07215cf16a4 /chat | |
parent | 9ceda7ff3cbf4801e947c4a6c876ea71f9528761 (diff) | |
download | pkgsrc-cb581805f7c528f366b661b5bc01e5ef14f7f2c0.tar.gz |
Provide the correct psiwidgets path to uic. This makes the package build
again.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/psi/Makefile | 4 |
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; \ ) |