diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-05-03 15:13:53 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-05-03 15:13:53 +0000 |
commit | 5173ba0dfaee352e4239cfb81d2537691ae995e2 (patch) | |
tree | 29a2dd605e9d096be8ea6689cfcc6b8792ef1f36 /net-im | |
parent | 0968ea948183479e7fd437cb9d493fc3278f36c9 (diff) | |
download | ports-5173ba0dfaee352e4239cfb81d2537691ae995e2.tar.gz ports-5173ba0dfaee352e4239cfb81d2537691ae995e2.zip |
Take a pick at fixing INDEX, gaim-devel was renamed to pidgin and
libgaim to libpurple.
Notes
Notes:
svn path=/head/; revision=191483
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim-hotkeys/Makefile | 6 | ||||
-rw-r--r-- | net-im/pidgin-hotkeys/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-im/gaim-hotkeys/Makefile b/net-im/gaim-hotkeys/Makefile index 8e18c1b2465b..74ccc269f6d4 100644 --- a/net-im/gaim-hotkeys/Makefile +++ b/net-im/gaim-hotkeys/Makefile @@ -13,9 +13,9 @@ MASTER_SITES= SF MAINTAINER= garga@FreeBSD.org COMMENT= A gaim plugin that allows user to assign global hotkeys -LIB_DEPENDS= gaim.0:${PORTSDIR}/net-im/libgaim -BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim-devel -RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim-devel +LIB_DEPENDS= gaim.0:${PORTSDIR}/net-im/libpurple +BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/pidgin +RUN_DEPENDS= gaim:${PORTSDIR}/net-im/pidgin USE_GNOME= pkgconfig gtk20 GNU_CONFIGURE= yes diff --git a/net-im/pidgin-hotkeys/Makefile b/net-im/pidgin-hotkeys/Makefile index 8e18c1b2465b..74ccc269f6d4 100644 --- a/net-im/pidgin-hotkeys/Makefile +++ b/net-im/pidgin-hotkeys/Makefile @@ -13,9 +13,9 @@ MASTER_SITES= SF MAINTAINER= garga@FreeBSD.org COMMENT= A gaim plugin that allows user to assign global hotkeys -LIB_DEPENDS= gaim.0:${PORTSDIR}/net-im/libgaim -BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim-devel -RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim-devel +LIB_DEPENDS= gaim.0:${PORTSDIR}/net-im/libpurple +BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/pidgin +RUN_DEPENDS= gaim:${PORTSDIR}/net-im/pidgin USE_GNOME= pkgconfig gtk20 GNU_CONFIGURE= yes |