diff options
author | dinoex <dinoex@FreeBSD.org> | 2016-04-05 03:13:17 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2016-04-05 03:13:17 +0800 |
commit | 2fd62f27e170bd40f904d395d5d10032033d8034 (patch) | |
tree | e20f9c34d9f35d192209bcc09f8690c3c34c870a /net-im/licq-qt-gui | |
parent | 1ebc8706a38d84d120ee4f91330148f8c2a6af65 (diff) | |
download | freebsd-ports-gnome-2fd62f27e170bd40f904d395d5d10032033d8034.tar.gz freebsd-ports-gnome-2fd62f27e170bd40f904d395d5d10032033d8034.tar.zst freebsd-ports-gnome-2fd62f27e170bd40f904d395d5d10032033d8034.zip |
- KDE4_PREVENTS works, no extra check needed
Diffstat (limited to 'net-im/licq-qt-gui')
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index 3d87c692cf4f..ad43eefc2e92 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -46,10 +46,4 @@ KDE4_PLIST_SUB_OFF= GUI_NAME=qt4 WITH_KDE="@comment " WITH_QT="" KDE_SUFFIX= -kde .endif -.if ${PORT_OPTIONS:MHUNSPELL} -.if ${PORT_OPTIONS:MKDE4} -IGNORE= option HUNSPELL can not be used with KDE4 -.endif -.endif - .include <bsd.port.mk> |