diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
commit | 9c2f65e3958e906d7f49ce94318d22defb3fffb2 (patch) | |
tree | bc087bd13fb3e313884021b8e0a5e2046e75d491 /textproc/goldendict/Makefile | |
parent | 7db146587f345a51482b4b1c314fe71cfeb37e6c (diff) |
Notes
Diffstat (limited to 'textproc/goldendict/Makefile')
-rw-r--r-- | textproc/goldendict/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile index b9a107d5b87f..cc5f0891d55b 100644 --- a/textproc/goldendict/Makefile +++ b/textproc/goldendict/Makefile @@ -24,8 +24,7 @@ USE_BZIP2= yes HAS_CONFIGURE= yes USE_GNOME= pkgconfig USE_XORG= xtst -USE_QT_VER= 4 -QT_COMPONENTS= corelib gui webkit phonon \ +USE_QT4= corelib gui webkit phonon \ qmake_build linguist_build moc_build rcc_build script_build uic_build WRKSRC= ${WRKDIR} |