diff options
author | stefan <stefan@FreeBSD.org> | 2007-02-25 12:02:25 +0000 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2007-02-25 12:02:25 +0000 |
commit | f3115a14dae594e8f98fd7ccb6cab7f7915eae71 (patch) | |
tree | 9eea2beab19932f489760aebadbe101bf16cd6ff /sysutils/apt | |
parent | 1c07148dff934d6349ba047d4c0810c88366d534 (diff) | |
download | FreeBSD-ports-f3115a14dae594e8f98fd7ccb6cab7f7915eae71.zip FreeBSD-ports-f3115a14dae594e8f98fd7ccb6cab7f7915eae71.tar.gz |
Depend on security/gnupg1, not security/gnupg.
PR: 109483
Submitted by: maintainer
Diffstat (limited to 'sysutils/apt')
-rw-r--r-- | sysutils/apt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/apt/Makefile b/sysutils/apt/Makefile index 5b81c0d..5909f7e 100644 --- a/sysutils/apt/Makefile +++ b/sysutils/apt/Makefile @@ -6,6 +6,7 @@ PORTNAME= apt PORTVERSION= 0.6.46.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= apt_${PORTVERSION} @@ -17,7 +18,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/lib/libpub.a:${PORTSDIR}/devel/publib RUN_DEPENDS= ${BUILD_DEPENDS} \ dpkg:${PORTSDIR}/archivers/dpkg \ - gpg:${PORTSDIR}/security/gnupg + gpg:${PORTSDIR}/security/gnupg1 GNU_CONFIGURE= yes USE_GMAKE= yes |