diff options
author | bsam <bsam@FreeBSD.org> | 2012-02-16 00:37:37 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2012-02-16 00:37:37 +0800 |
commit | c335edd90a1ed551ed81062ab599ec38cb49cada (patch) | |
tree | 2fbea1e3af96c24d254236f5d3ea3086e55a8a75 /textproc | |
parent | 954fa2b2902573f967f381dc14409f1a650db15f (diff) | |
download | freebsd-ports-gnome-c335edd90a1ed551ed81062ab599ec38cb49cada.tar.gz freebsd-ports-gnome-c335edd90a1ed551ed81062ab599ec38cb49cada.tar.zst freebsd-ports-gnome-c335edd90a1ed551ed81062ab599ec38cb49cada.zip |
Remove unused variable USE_QT4.
E-mailed by: eadler@
Found by: Alex Kozlov
Tested at: Redports
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/goldendict/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile index a93ebfda9a4b..787849dc7357 100644 --- a/textproc/goldendict/Makefile +++ b/textproc/goldendict/Makefile @@ -25,7 +25,6 @@ HAS_CONFIGURE= yes USE_GNOME= pkgconfig USE_XORG= xtst USE_QT_VER= 4 -USE_QT4= linguist QT_COMPONENTS= corelib gui webkit \ qmake_build linguist_build moc_build rcc_build script_build uic_build |