aboutsummaryrefslogtreecommitdiff
path: root/net-im/mcabber
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2013-10-20 19:20:15 +0000
committerJason E. Hale <jhale@FreeBSD.org>2013-10-20 19:20:15 +0000
commit784e4c52e19da2d697b5b38bf682bfa80caa338a (patch)
treefbc624ebebfbe7afce5736f025523e4649fa9967 /net-im/mcabber
parentbb070d6ee318c2b5e4c163723631dc2956b3feae (diff)
downloadports-784e4c52e19da2d697b5b38bf682bfa80caa338a.tar.gz
ports-784e4c52e19da2d697b5b38bf682bfa80caa338a.zip
- Update security/gpgme to 1.4.3
- Use USE_GNOME= ltverhack to correct the library version number to what the author intended. This effectively rolls the version number backwards, but should prevent future unneccesary version bumps. - Support staging - Use options helpers - Use new LIB_DEPENDS syntax - Bump PORTREVISION on dependent ports
Notes
Notes: svn path=/head/; revision=331057
Diffstat (limited to 'net-im/mcabber')
-rw-r--r--net-im/mcabber/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile
index 2140fb758405..298c2b21c6fb 100644
--- a/net-im/mcabber/Makefile
+++ b/net-im/mcabber/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mcabber
PORTVERSION= 0.10.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net-im
MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CENKES
@@ -36,7 +36,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGPGME}
-LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= libgpgme.so:${PORTSDIR}/security/gpgme
CONFIGURE_ARGS+=--enable-gpgme
.else
CONFIGURE_ARGS+=--disable-gpgme