diff options
author | pav <pav@FreeBSD.org> | 2005-11-09 16:28:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-09 16:28:43 +0800 |
commit | fd62d4017289ca40627f8cff4fc3f4820bc9c8b4 (patch) | |
tree | 183c5f52ff1549f205cf5e8cad23551a8f3413ae /net-im/licq-osd | |
parent | 08cf41b4c1915338cad55ae84a9d4715c7d930d0 (diff) | |
download | freebsd-ports-gnome-fd62d4017289ca40627f8cff4fc3f4820bc9c8b4.tar.gz freebsd-ports-gnome-fd62d4017289ca40627f8cff4fc3f4820bc9c8b4.tar.zst freebsd-ports-gnome-fd62d4017289ca40627f8cff4fc3f4820bc9c8b4.zip |
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
Diffstat (limited to 'net-im/licq-osd')
-rw-r--r-- | net-im/licq-osd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile index 0f2a077befbe..4aba4f733a5a 100644 --- a/net-im/licq-osd/Makefile +++ b/net-im/licq-osd/Makefile @@ -8,20 +8,20 @@ PORTNAME= osd PORTVERSION= ${OSD_LICQ_VER} -CATEGORIES= net +CATEGORIES= net-im MAINTAINER= ports@FreeBSD.org COMMENT= OnScreenDisplay messages in licq LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd -RUN_DEPENDS=${LOCALBASE}/lib/licq/licq_qt-gui.so:${PORTSDIR}/net/licq-qt-gui +RUN_DEPENDS= ${LOCALBASE}/lib/licq/licq_qt-gui.so:${PORTSDIR}/net-im/licq-qt-gui # run dependency may be too strict, delete it if you use another # plugin (gtk+) and wish run osd with it. i've not tested with # plugins other than qt-gui USE_LIBTOOL_VER=15 -LICQ_PORT?= net/licq +LICQ_PORT?= net-im/licq LOCALES= de cs es fr pt pt_BR ro ru se PLIST_FILES= lib/licq/licq_osd.so \ |