aboutsummaryrefslogtreecommitdiffstats
path: root/misc/qbrew
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2009-05-24 18:12:29 +0800
committermakc <makc@FreeBSD.org>2009-05-24 18:12:29 +0800
commit58eaece7e977e0404950776ffb23a8da9bbfc4e6 (patch)
tree6b733c08d53702662607c339ddcc7fe78be3b989 /misc/qbrew
parent40a12437891e8465852cced6385f944a8b395904 (diff)
downloadfreebsd-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)
Diffstat (limited to 'misc/qbrew')
-rw-r--r--misc/qbrew/Makefile4
1 files changed, 2 insertions, 2 deletions
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