diff options
author | dinoex <dinoex@FreeBSD.org> | 2015-10-08 12:37:19 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2015-10-08 12:37:19 +0800 |
commit | 5f18c8f119f08867c2da3533357d89910d362271 (patch) | |
tree | 8283ddfbf2a561d3f300c8b93eacc9011946988b /net-im | |
parent | f2cb049892f5b780f25d432279c33533d830b66e (diff) | |
download | freebsd-ports-gnome-5f18c8f119f08867c2da3533357d89910d362271.tar.gz freebsd-ports-gnome-5f18c8f119f08867c2da3533357d89910d362271.tar.zst freebsd-ports-gnome-5f18c8f119f08867c2da3533357d89910d362271.zip |
- cleanup
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index c09a53737703..287dd8967324 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -10,10 +10,10 @@ PKGNAMESUFFIX= ${SOCKS_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= Popular ICQ-compatible plugin-based program -LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs - LICENSE= GPLv2 +LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs + USES= cmake iconv WRKSRC= ${WRKDIR}/${DISTNAME} LICQ_PORT?= net-im/licq |