diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-12-10 05:31:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-12-10 05:31:58 +0800 |
commit | a6faa46550680780f735c146f732ef0268c549d3 (patch) | |
tree | 59635f1f6ae3f29c23e8788902c509a9c0121a61 /net-im/licq-qt-gui | |
parent | e83254dd6693795fd0dd0cde869770eab1622961 (diff) | |
download | freebsd-ports-gnome-a6faa46550680780f735c146f732ef0268c549d3.tar.gz freebsd-ports-gnome-a6faa46550680780f735c146f732ef0268c549d3.tar.zst freebsd-ports-gnome-a6faa46550680780f735c146f732ef0268c549d3.zip |
- update to 1.7.0
Diffstat (limited to 'net-im/licq-qt-gui')
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index 2ee19731895d..097e4c84b381 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qt-gui-licq -# Date created: 18 October 2000 -# Whom: Jeremy Norris <ishmael272home.com> -# +# Created by: Jeremy Norris <ishmael272home.com> # $FreeBSD$ -# PORTNAME= qt4-gui PORTVERSION= ${QT_LICQ_VER} @@ -13,7 +9,7 @@ PKGNAMESUFFIX?= ${KDE_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= Qt plugin for licq -LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs #BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen LICENSE= GPLv2 |