diff options
Diffstat (limited to 'x11-toolkits/qt4pas/Makefile')
-rw-r--r-- | x11-toolkits/qt4pas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/qt4pas/Makefile b/x11-toolkits/qt4pas/Makefile index c730a02007bb..687efdec0431 100644 --- a/x11-toolkits/qt4pas/Makefile +++ b/x11-toolkits/qt4pas/Makefile @@ -12,9 +12,9 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Qt4 binding for FreePascal USE_LDCONFIG= yes -USE_QT4= corelib gui network script webkit \ +USE_QT= corelib gui network script webkit \ moc_build -USES= qmake +USES= qmake qt:4 QT4_VER_MIN= 4.5.3 |