diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 18:41:15 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 18:41:15 +0000 |
commit | bbc8c4d740872dbe971f6164448e5ba893cb166f (patch) | |
tree | c756810defa7862a81134a13cec391bfef55e24e /textproc/goldendict | |
parent | 7eb500363752ce8dd82189f56d621b11450e92f9 (diff) |
Notes
Diffstat (limited to 'textproc/goldendict')
-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 3ca121deb58b..8731c541a437 100644 --- a/textproc/goldendict/Makefile +++ b/textproc/goldendict/Makefile @@ -17,10 +17,9 @@ LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libvorbis.so:${PORTSDIR}/audio/libvorbis -USE_BZIP2= yes NO_WRKSUBDIR= yes HAS_CONFIGURE= yes -USES= dos2unix pkgconfig qmake +USES= dos2unix pkgconfig qmake tar:bzip2 DOS2UNIX_FILES= processwrapper.cc USE_XORG= xtst USE_QT4= corelib gui webkit phonon \ |