diff options
author | makc <makc@FreeBSD.org> | 2009-05-24 18:12:29 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-05-24 18:12:29 +0800 |
commit | 58eaece7e977e0404950776ffb23a8da9bbfc4e6 (patch) | |
tree | 6b733c08d53702662607c339ddcc7fe78be3b989 | |
parent | 40a12437891e8465852cced6385f944a8b395904 (diff) | |
download | freebsd-ports-gnome-58eaece7e977e0404950776ffb23a8da9bbfc4e6.tar.gz freebsd-ports-gnome-58eaece7e977e0404950776ffb23a8da9bbfc4e6.tar.zst freebsd-ports-gnome-58eaece7e977e0404950776ffb23a8da9bbfc4e6.zip |
Remove qt4 build tools from run dependencies.
Approved by: maintainer timeout (2 weeks)
-rw-r--r-- | cad/klayout/Makefile | 3 | ||||
-rw-r--r-- | devel/qprog/Makefile | 4 | ||||
-rw-r--r-- | german/tipp10/Makefile | 5 | ||||
-rw-r--r-- | misc/qbrew/Makefile | 4 | ||||
-rw-r--r-- | security/xca/Makefile | 3 | ||||
-rw-r--r-- | sysutils/bacula-bat/Makefile | 4 |
6 files changed, 13 insertions, 10 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile index 1305f0a7ed1d..fcd597781bc9 100644 --- a/cad/klayout/Makefile +++ b/cad/klayout/Makefile @@ -7,6 +7,7 @@ PORTNAME= klayout PORTVERSION= 0.17.2 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www.klayout.de/ @@ -15,7 +16,7 @@ COMMENT= A Qt-based GDS2 Viewer USE_GMAKE= yes USE_QT_VER= 4 -QT_COMPONENTS= corelib gui network moc sql uic rcc qt3support xml +QT_COMPONENTS= corelib gui network moc_build sql uic_build rcc_build qt3support xml PLIST_FILES= bin/klayout \ bin/strm2gds \ bin/strm2oas \ diff --git a/devel/qprog/Makefile b/devel/qprog/Makefile index 9e10424734e0..879ffc78ed28 100644 --- a/devel/qprog/Makefile +++ b/devel/qprog/Makefile @@ -6,7 +6,7 @@ PORTNAME= qprog PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://bfoz.net/projects/${PORTNAME}/release/ DISTNAME= QProg_${PORTVERSION} @@ -16,7 +16,7 @@ MAINTAINER= bfoz@bfoz.net COMMENT= Cross-platform software for the DIY line of PIC programmers USE_QT_VER= 4 -QT_COMPONENTS= qmake moc gui network +QT_COMPONENTS= qmake_build moc_build gui network WRKSRC= ${WRKDIR}/QProg 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: diff --git a/misc/qbrew/Makefile b/misc/qbrew/Makefile index b0280030efc3..bc35b865cb5e 100644 --- a/misc/qbrew/Makefile +++ b/misc/qbrew/Makefile @@ -7,7 +7,7 @@ PORTNAME= qbrew PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://www.usermode.org/code/ @@ -15,7 +15,7 @@ MAINTAINER= david@usermode.org COMMENT= A homebrewer's recipe calculator USE_QT_VER= 4 -QT_COMPONENTS= qmake moc uic rcc xml gui +QT_COMPONENTS= qmake_build moc_build uic_build rcc_build xml gui PORTDOCS= * HAS_CONFIGURE= yes diff --git a/security/xca/Makefile b/security/xca/Makefile index e2edb0122275..2ca6d066aa9c 100644 --- a/security/xca/Makefile +++ b/security/xca/Makefile @@ -7,6 +7,7 @@ PORTNAME= xca PORTVERSION= 0.6.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF @@ -16,7 +17,7 @@ COMMENT= Graphical certification authority USE_GMAKE= yes USE_OPENSSL= yes USE_QT_VER= 4 -QT_COMPONENTS= gui moc uic qmake rcc linguist +QT_COMPONENTS= gui moc_build uic_build qmake_build rcc_build linguist_build CC?= gcc CXX?= g++ diff --git a/sysutils/bacula-bat/Makefile b/sysutils/bacula-bat/Makefile index b760114b1ce8..d6c92ea293ac 100644 --- a/sysutils/bacula-bat/Makefile +++ b/sysutils/bacula-bat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bacula -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -bat COMMENT= The network backup solution (GUI) @@ -14,7 +14,7 @@ COMMENT= The network backup solution (GUI) LIB_DEPENDS+= qwt.5:${PORTSDIR}/x11-toolkits/qwt5 USE_QT_VER= 4 -QT_COMPONENTS= qmake uic moc rcc +QT_COMPONENTS= qmake_build uic_build moc_build rcc_build WITH_BAT= yes MAN1= bat.1 |