diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-06-28 17:58:44 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-06-28 17:58:44 +0000 |
commit | 85df12641d8af1896b923a6546c88c00f4ed3f9f (patch) | |
tree | 79f9c2b8acf58c7331f7b3281888ba27bf5508ee /security/gnupg-devel | |
parent | Update to 0.21 (diff) |
Change dependency pattern for libusb to usb-0.1
Notes
Notes:
svn path=/head/; revision=138123
Diffstat (limited to 'security/gnupg-devel')
-rw-r--r-- | security/gnupg-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile index 221f89b971c4..5783add0eb86 100644 --- a/security/gnupg-devel/Makefile +++ b/security/gnupg-devel/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ ksba.14:${PORTSDIR}/security/libksba \ pth.20:${PORTSDIR}/devel/pth \ - usb:${PORTSDIR}/devel/libusb + usb-0.1:${PORTSDIR}/devel/libusb RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ dirmngr:${PORTSDIR}/security/dirmngr |