diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-01-11 14:33:06 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-01-11 14:33:06 +0800 |
commit | 76527a538583f728618b711d709f1703c7c13ecf (patch) | |
tree | 8720e9d35268f192ed84660f2d25a3d3c89de204 /net-im | |
parent | 829116557d99056bffee0f4e3e84d93e889b5f07 (diff) | |
download | freebsd-ports-gnome-76527a538583f728618b711d709f1703c7c13ecf.tar.gz freebsd-ports-gnome-76527a538583f728618b711d709f1703c7c13ecf.tar.zst freebsd-ports-gnome-76527a538583f728618b711d709f1703c7c13ecf.zip |
- add USE_GCC for CURRENT
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 1 | ||||
-rw-r--r-- | net-im/licq/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index 7638505abcf2..2c2b79963d41 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -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 diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index d8e627e34f0e..dcbf408425c7 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -14,6 +14,7 @@ LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs LICENSE= GPLv2 +USE_GCC= yes USES= cmake iconv WRKSRC= ${WRKDIR}/${DISTNAME} LICQ_PORT?= net-im/licq |