aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2009-02-06 21:09:07 +0800
committermakc <makc@FreeBSD.org>2009-02-06 21:09:07 +0800
commit751338e288a696e9b91844de5ce6352923b29379 (patch)
tree93cfe5336666916e3202abfaf02cbe5b9751eff2 /net-im
parentcdcb432b0c439c1ccb649a4755e25606baa11d70 (diff)
downloadfreebsd-ports-graphics-751338e288a696e9b91844de5ce6352923b29379.tar.gz
freebsd-ports-graphics-751338e288a696e9b91844de5ce6352923b29379.tar.zst
freebsd-ports-graphics-751338e288a696e9b91844de5ce6352923b29379.zip
Add build dependency on qmake.
Approved by: miwi (mentor)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/psi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile
index 4631f98de97..53aee8232fb 100644
--- a/net-im/psi/Makefile
+++ b/net-im/psi/Makefile
@@ -7,6 +7,7 @@
PORTNAME= psi
DISTVERSION= 0.12
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= SF
@@ -19,7 +20,8 @@ HAS_CONFIGURE= yes
USE_BZIP2= yes
USE_QT_VER= 4
QT_COMPONENTS= corelib dbus gui iconengines imageformats qt3support \
- inputmethods moc network rcc script svg uic xml
+ inputmethods network script svg xml \
+ qmake_build moc_build rcc_build uic_build
CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ \
PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \