diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-09 08:28:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-09 08:28:43 +0000 |
commit | c40ee69213c0846f6b87e0ea92c5e4a69fac6893 (patch) | |
tree | 5207ca5ea7d42a672ca8ca2298f39c6e56fc96a0 /net-im/licq-qt-gui | |
parent | dc33aa59f5cd032431c2eab21c7ac886941ae806 (diff) |
Move licq related ports to a newly create net-im category:
net/licq -> net-im/licq
net/licq-console -> net-im/licq-console
net/licq-osd -> net-im/licq-osd
net/licq-qt-gui -> net-im/licq-qt-gui
Repocopied by: marcus
Notes
Notes:
svn path=/head/; revision=147672
Diffstat (limited to 'net-im/licq-qt-gui')
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index 85d5883d5906..d9f336c52f9a 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -8,7 +8,7 @@ PORTNAME= qt-gui PORTVERSION= ${QT_LICQ_VER} PORTREVISION= 1 -CATEGORIES= net +CATEGORIES= net-im PKGNAMESUFFIX?= ${KDE_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org @@ -16,7 +16,7 @@ COMMENT= Qt plugin for licq CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" -LICQ_PORT?= net/licq +LICQ_PORT?= net-im/licq .if defined(WITH_KDE) KDE_SUFFIX= -kde |