diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-02-14 05:07:44 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-02-14 05:07:44 +0800 |
commit | 8378df3c1ecc04bb7f7411fa2879bd07c4d601c0 (patch) | |
tree | cfb57378056accf6be88672376b486265b6b7962 /net-im/licq-qt-gui | |
parent | 5453d74d258f0dd958fc208e87dcd7c9ff0084d1 (diff) | |
download | freebsd-ports-gnome-8378df3c1ecc04bb7f7411fa2879bd07c4d601c0.tar.gz freebsd-ports-gnome-8378df3c1ecc04bb7f7411fa2879bd07c4d601c0.tar.zst freebsd-ports-gnome-8378df3c1ecc04bb7f7411fa2879bd07c4d601c0.zip |
- fix build with clang
retry, cause svn failed
PR: 186650
Submitted by: Vsevolod Volkov
Diffstat (limited to 'net-im/licq-qt-gui')
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index 61d4f3289eac..89c2c3c3655f 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -15,7 +15,6 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/lib/licq/protocol_icq.so:${PORTSDIR}/${LICQ_PORT}-icq -USE_GCC= yes USE_XORG= x11 xext ice xscrnsaver USES= cmake USE_QT4= qmake_build moc_build rcc_build uic_build linguist_build |