diff options
Diffstat (limited to 'net/hupnp/Makefile')
-rw-r--r-- | net/hupnp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/hupnp/Makefile b/net/hupnp/Makefile index 4f9951541c65..c53ad0f1d846 100644 --- a/net/hupnp/Makefile +++ b/net/hupnp/Makefile @@ -16,8 +16,7 @@ COMMENT= A library for building UPnP devices and control points USE_ZIP= yes USE_GMAKE= yes -USE_QT_VER= 4 -QT_COMPONENTS= corelib network xml dbus gui \ +USE_QT4= corelib network xml dbus gui \ qmake_build moc_build rcc_build uic_build QMAKE_ARGS= PREFIX=${PREFIX} herqq.pro |