diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-25 03:27:27 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-25 03:27:27 +0800 |
commit | 8adc2e3d29caea6a5b7a4e1d20392df0c59e3996 (patch) | |
tree | 878c43ec9c169df86ede874ebe773efc989d0f01 /net-im | |
parent | b3bf612f5d1af0bb5c9a69f87df28e8b6bbb7c9f (diff) | |
download | freebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.tar.gz freebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.tar.zst freebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.zip |
Fix some _DEPENDS
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/centerim-devel/Makefile | 4 | ||||
-rw-r--r-- | net-im/centerim/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/centerim-devel/Makefile b/net-im/centerim-devel/Makefile index b5bfb331886d..2a8a77a6aaf1 100644 --- a/net-im/centerim-devel/Makefile +++ b/net-im/centerim-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= centerim PORTVERSION= 4.22.10.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/mobshots/ \ ftp://ftp.centerim.org/mobshots/ @@ -58,7 +58,7 @@ IRC_CONFIGURE_ENABLE= irc JABBER_CONFIGURE_ENABLE=jabber RSS_CONFIGURE_ENABLE= rss LJ_CONFIGURE_ENABLE= lj -GG_LIB_DEPENDS= libgadu.so:${PORTSDIR}/polish/ekg +GG_LIB_DEPENDS= libgadu.so:${PORTSDIR}/polish/libgadu GG_CONFIGURE_ENABLE= gg GPGME_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme GPGME_CONFIGURE_OFF= --with-gpgme-prefix=/nonexistent diff --git a/net-im/centerim/Makefile b/net-im/centerim/Makefile index 717aaab1b910..3dac188a5710 100644 --- a/net-im/centerim/Makefile +++ b/net-im/centerim/Makefile @@ -3,7 +3,7 @@ PORTNAME= centerim PORTVERSION= 4.22.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/releases/ \ ftp://ftp.centerim.org/releases/ @@ -57,7 +57,7 @@ IRC_CONFIGURE_ENABLE= irc JABBER_CONFIGURE_ENABLE=jabber RSS_CONFIGURE_ENABLE= rss LJ_CONFIGURE_ENABLE= lj -GG_LIB_DEPENDS= libgadu.so:${PORTSDIR}/polish/ekg +GG_LIB_DEPENDS= libgadu.so:${PORTSDIR}/polish/libgadu GG_CONFIGURE_ENABLE= gg GPGME_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme GPGME_CONFIGURE_OFF= --with-gpgme-prefix=/nonexistent |