diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index 234e25a51af2..d6bde30efcc9 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -3,7 +3,7 @@ PORTNAME= qt4-gui PORTVERSION= 1.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im PKGNAMESUFFIX?= ${KDE_SUFFIX}${PKGNAMESUFFIX2} @@ -25,9 +25,9 @@ OPTIONS_DEFAULT=HUNSPELL LICQ_PORT?= net-im/licq -HUNSPELL_LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell +HUNSPELL_LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell HUNSPELL_CMAKE_ON= -DHUNSPELL_INCLUDE_DIRS=${LOCALBASE}/include/hunspell \ - -DHUNSPELL_LIBRARIES=${LOCALBASE}/lib/libhunspell-1.5.so \ + -DHUNSPELL_LIBRARIES=${LOCALBASE}/lib/libhunspell-1.6.so \ -DHUNSPELL_FOUND:BOOL=ON HUNSPELL_CMAKE_OFF= -DHUNSPELL_FOUND:BOOL=OFF |