Date: Sat, 11 Jan 2014 06:33:07 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339400 - in head/net-im: licq licq-qt-gui Message-ID: <201401110633.s0B6X7Nj009042@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Sat Jan 11 06:33:06 2014 New Revision: 339400 URL: http://svnweb.freebsd.org/changeset/ports/339400 Log: - add USE_GCC for CURRENT Modified: head/net-im/licq-qt-gui/Makefile head/net-im/licq/Makefile Modified: head/net-im/licq-qt-gui/Makefile ============================================================================== --- head/net-im/licq-qt-gui/Makefile Sat Jan 11 04:29:06 2014 (r339399) +++ head/net-im/licq-qt-gui/Makefile Sat Jan 11 06:33:06 2014 (r339400) @@ -14,6 +14,7 @@ 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 Modified: head/net-im/licq/Makefile ============================================================================== --- head/net-im/licq/Makefile Sat Jan 11 04:29:06 2014 (r339399) +++ head/net-im/licq/Makefile Sat Jan 11 06:33:06 2014 (r339400) @@ -14,6 +14,7 @@ LIB_DEPENDS= libboost_regex.so:${PORTSDI LICENSE= GPLv2 +USE_GCC= yes USES= cmake iconv WRKSRC= ${WRKDIR}/${DISTNAME} LICQ_PORT?= net-im/licq
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401110633.s0B6X7Nj009042>