diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-04 13:10:27 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-04 13:10:27 +0800 |
commit | a979af5fb84f271f50f87a10aaf67e4155a3bcdb (patch) | |
tree | 8423746072ee6b5209ff0b20cc2ca50dd38a2c86 /net/licq-qt-gui | |
parent | 951f8aebf9ae8221a716da323a9913e79c73da01 (diff) | |
download | freebsd-ports-gnome-a979af5fb84f271f50f87a10aaf67e4155a3bcdb.tar.gz freebsd-ports-gnome-a979af5fb84f271f50f87a10aaf67e4155a3bcdb.tar.zst freebsd-ports-gnome-a979af5fb84f271f50f87a10aaf67e4155a3bcdb.zip |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
Diffstat (limited to 'net/licq-qt-gui')
-rw-r--r-- | net/licq-qt-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/licq-qt-gui/Makefile b/net/licq-qt-gui/Makefile index 98ebc416d677..0728221aca42 100644 --- a/net/licq-qt-gui/Makefile +++ b/net/licq-qt-gui/Makefile @@ -7,7 +7,7 @@ PORTNAME= qt-gui PORTVERSION= ${QT_LICQ_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net .if defined(WITH_KDE) PKGNAMESUFFIX= -kde |