diff options
author | pav <pav@FreeBSD.org> | 2008-03-07 19:48:16 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-07 19:48:16 +0000 |
commit | 3fcbc003c4d1ebdf2ba5776d1341a57db61b4e34 (patch) | |
tree | 59f2b97856a1f1ba341bb519b94d0bba520fb58f /security | |
parent | e6059af8322ccbe209f62347ed6e490c262f7187 (diff) | |
download | FreeBSD-ports-3fcbc003c4d1ebdf2ba5776d1341a57db61b4e34.zip FreeBSD-ports-3fcbc003c4d1ebdf2ba5776d1341a57db61b4e34.tar.gz |
- Unbreak INDEX
No cookie for: lofi
Diffstat (limited to 'security')
-rw-r--r-- | security/gpgme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 664390b..bdf0c22 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -16,7 +16,7 @@ COMMENT= A library to make access to GnuPG easier BUILD_DEPENDS= gpg2:${PORTSDIR}/security/gnupg LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error -RUN_DEPENDS= gpg2:${PORTDIR}/security/gnupg +RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes |