diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-18 08:38:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-18 08:38:20 +0000 |
commit | 2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e (patch) | |
tree | dcc51daa0e2c5e9ccc324cd5a8c84ae9b92545d4 /x11-themes/gtk-qt4-engine | |
parent | Fix build with/without iconv (diff) |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11-themes/gtk-qt4-engine')
-rw-r--r-- | x11-themes/gtk-qt4-engine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/gtk-qt4-engine/Makefile b/x11-themes/gtk-qt4-engine/Makefile index da25f0aba569..12fe65d7fa50 100644 --- a/x11-themes/gtk-qt4-engine/Makefile +++ b/x11-themes/gtk-qt4-engine/Makefile @@ -13,7 +13,7 @@ COMMENT= GTK+ 2.x theme engine allowing to use Qt/KDE styles USE_BZIP2= yes USE_GNOME= gtk20 USE_QT4= corelib gui moc_build rcc_build uic_build qmake_build -USES= cmake gettext +USES= cmake gettext pkgconfig USE_KDE4= kdelibs kdeprefix automoc4 WRKSRC= ${WRKDIR}/${PORTNAME} |