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/gnome-keyring-sharp | |
parent | 2a1526559cddb6423542853a283b9c87ca246492 (diff) |
Fix some _DEPENDS
Notes
Notes:
svn path=/head/; revision=377815
Diffstat (limited to 'security/gnome-keyring-sharp')
-rw-r--r-- | security/gnome-keyring-sharp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |