diff options
Diffstat (limited to 'devel/qprog/Makefile')
-rw-r--r-- | devel/qprog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/qprog/Makefile b/devel/qprog/Makefile index 7b21e8aea8f4..83855cd22f7c 100644 --- a/devel/qprog/Makefile +++ b/devel/qprog/Makefile @@ -11,8 +11,8 @@ DISTNAME= QProg_${PORTVERSION} MAINTAINER= bfoz@bfoz.net COMMENT= Cross-platform software for the DIY line of PIC programmers -USES= qmake tar:tgz -USE_QT4= moc_build gui network +USES= qmake qt:4 tar:tgz +USE_QT= moc_build gui network WRKSRC= ${WRKDIR}/QProg |