diff options
author | ade <ade@FreeBSD.org> | 2006-12-22 08:54:02 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-12-22 08:54:02 +0800 |
commit | a7c3a9b8d913c5f067e68bd642b5f15ebae5b509 (patch) | |
tree | 87fc86d1771a3eaa5f99ed8e15d5469aa74f43dd /security | |
parent | e9b24317f2e4510e37671be3df5d660e3b4559a5 (diff) | |
download | freebsd-ports-graphics-a7c3a9b8d913c5f067e68bd642b5f15ebae5b509.tar.gz freebsd-ports-graphics-a7c3a9b8d913c5f067e68bd642b5f15ebae5b509.tar.zst freebsd-ports-graphics-a7c3a9b8d913c5f067e68bd642b5f15ebae5b509.zip |
Fix Makefile now that gnupg-devel has disappeared, and gnupg1 has been
repocopied. Takes care of current INDEX breakage.
Submitted by: various scripts
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index f6a3f4e3151..94379a71f2c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -147,8 +147,8 @@ SUBDIR += gnome-ssh-askpass SUBDIR += gnu-crypto SUBDIR += gnupg - SUBDIR += gnupg-devel SUBDIR += gnupg-idea + SUBDIR += gnupg1 SUBDIR += gnutls SUBDIR += gnutls-devel SUBDIR += gorilla |