diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-12-22 08:54:02 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-12-22 08:54:02 +0800 |
commit | bf3c459d42dc14348c0ee3f170c440bebedcc57c (patch) | |
tree | 6fc71c6cf512bed368340d73931b35f35443236c /security | |
parent | b33ad33e9980aa846754812fda99db0d39983c70 (diff) | |
download | freebsd-ports-gnome-bf3c459d42dc14348c0ee3f170c440bebedcc57c.tar.gz freebsd-ports-gnome-bf3c459d42dc14348c0ee3f170c440bebedcc57c.tar.zst freebsd-ports-gnome-bf3c459d42dc14348c0ee3f170c440bebedcc57c.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 f6a3f4e3151f..94379a71f2c0 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 |