diff options
author | makc <makc@FreeBSD.org> | 2009-02-06 21:09:07 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-02-06 21:09:07 +0800 |
commit | 751338e288a696e9b91844de5ce6352923b29379 (patch) | |
tree | 93cfe5336666916e3202abfaf02cbe5b9751eff2 /net-im | |
parent | cdcb432b0c439c1ccb649a4755e25606baa11d70 (diff) | |
download | freebsd-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/Makefile | 4 |
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} \ |