diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-05-24 10:12:29 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-05-24 10:12:29 +0000 |
commit | 1ff219fd09076e5e12d7e740cb5d17e949832162 (patch) | |
tree | 048ca964e789e60ae3f28643b894cc82f8081991 /german/tipp10 | |
parent | cd075b30213d0cf085ac3e5c9903f3c3f4d94036 (diff) | |
download | ports-1ff219fd09076e5e12d7e740cb5d17e949832162.tar.gz ports-1ff219fd09076e5e12d7e740cb5d17e949832162.zip |
Remove qt4 build tools from run dependencies.
Approved by: maintainer timeout (2 weeks)
Notes
Notes:
svn path=/head/; revision=234480
Diffstat (limited to 'german/tipp10')
-rw-r--r-- | german/tipp10/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/german/tipp10/Makefile b/german/tipp10/Makefile index 6c7cbb515b7c..6123466ad64f 100644 --- a/german/tipp10/Makefile +++ b/german/tipp10/Makefile @@ -7,7 +7,7 @@ PORTNAME= tipp10 PORTVERSION= 2.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= german MASTER_SITES= http://www.tipp10.de/download/ DISTNAME= tipp10_source_v2-0-1 @@ -20,7 +20,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlite2.so:${PORTSDIR}/ USE_ZIP= yes USE_QT_VER= 4 -QT_COMPONENTS= qmake sql corelib network script qtestlib rcc uic moc gui +QT_COMPONENTS= gui sql corelib network script qtestlib \ + qmake_build rcc_build uic_build moc_build WRKSRC= ${WRKDIR}/source do-configure: |