diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 19:27:27 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 19:27:27 +0000 |
commit | bd63b368ac6c8b827af01c0fe47e53201f19a1a4 (patch) | |
tree | 878c43ec9c169df86ede874ebe773efc989d0f01 /security | |
parent | 2a1526559cddb6423542853a283b9c87ca246492 (diff) | |
download | freebsd-ports-bd63b368ac6c8b827af01c0fe47e53201f19a1a4.zip |
Fix some _DEPENDS
Diffstat (limited to 'security')
-rw-r--r-- | security/gnome-gpg/Makefile | 4 | ||||
-rw-r--r-- | security/gnome-keyring-sharp/Makefile | 4 | ||||
-rw-r--r-- | security/gpass/Makefile | 4 | ||||
-rw-r--r-- | security/w3af/Makefile | 3 |
4 files changed, 7 insertions, 8 deletions
diff --git a/security/gnome-gpg/Makefile b/security/gnome-gpg/Makefile index 1474d4f8f7bb..d1baa96b392b 100644 --- a/security/gnome-gpg/Makefile +++ b/security/gnome-gpg/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-gpg PORTVERSION= 0.5.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MASTER_SITES= GNOME @@ -12,7 +12,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Simple commandline wrapper around gpg for gnome-keyring BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 -LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/gnome-keyring +LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 USES= pkgconfig tar:bzip2 diff --git a/security/gnome-keyring-sharp/Makefile b/security/gnome-keyring-sharp/Makefile index fdffe8594a9b..b1339978bc2a 100644 --- a/security/gnome-keyring-sharp/Makefile +++ b/security/gnome-keyring-sharp/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-keyring-sharp PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.go-mono.com/archive/${PORTNAME}/ @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Fully managed implementation of gnome-keyring BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus \ - ${LOCALBASE}/libdata/pkgconfig/gnome-keyring-1.pc:${PORTSDIR}/security/gnome-keyring + ${LOCALBASE}/libdata/pkgconfig/gnome-keyring-1.pc:${PORTSDIR}/security/libgnome-keyring RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes diff --git a/security/gpass/Makefile b/security/gpass/Makefile index b9ebbb39839c..9ac264213c94 100644 --- a/security/gpass/Makefile +++ b/security/gpass/Makefile @@ -3,14 +3,14 @@ PORTNAME= gpass PORTVERSION= 0.5.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= security gnome MASTER_SITES= http://projects.netlab.jp/gpass/release/ MAINTAINER= ports@FreeBSD.org COMMENT= Password manager for GNOME2 -LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/mcrypt \ +LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/libmcrypt \ libmhash.so:${PORTSDIR}/security/mhash GNU_CONFIGURE= yes diff --git a/security/w3af/Makefile b/security/w3af/Makefile index cf3d33cd91de..8c1dc1983c9c 100644 --- a/security/w3af/Makefile +++ b/security/w3af/Makefile @@ -3,7 +3,7 @@ PORTNAME= w3af DISTVERSION= 1.0-rc4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security python www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${DISTVERSION} @@ -12,7 +12,6 @@ COMMENT= Web Application Attack and Audit Framework LICENSE= GPLv2 -LIB_DEPENDS= libtidy.so:${PORTSDIR}/www/py-utidy BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.1:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl \ |