diff options
Diffstat (limited to 'devel/libqtxdg/Makefile')
-rw-r--r-- | devel/libqtxdg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libqtxdg/Makefile b/devel/libqtxdg/Makefile index 918cfaa6a01c..90d56a2f29f4 100644 --- a/devel/libqtxdg/Makefile +++ b/devel/libqtxdg/Makefile @@ -11,9 +11,9 @@ COMMENT= Qt implementation of freedesktop.org xdg specs LICENSE= LGPL21+ -USES= cmake:outsource compiler:c++11-lib lxqt pkgconfig tar:xz +USES= cmake:outsource compiler:c++11-lib lxqt pkgconfig qt:5 tar:xz USE_LDCONFIG= yes -USE_QT5= buildtools_build qmake_build core dbus gui svg widgets \ - xml +USE_QT= buildtools_build qmake_build core dbus gui svg widgets \ + xml .include <bsd.port.mk> |