diff options
author | lofi <lofi@FreeBSD.org> | 2006-12-21 23:13:49 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-12-21 23:13:49 +0800 |
commit | 59f702ec7677588ce6c75bc1fbb335adecbe0829 (patch) | |
tree | de4a54f3c985cfb46ef4c67285b46488da1b1cda /security/gnupg | |
parent | 958b6b3386330f29c7a00889593d4538a745e75a (diff) | |
download | freebsd-ports-gnome-59f702ec7677588ce6c75bc1fbb335adecbe0829.tar.gz freebsd-ports-gnome-59f702ec7677588ce6c75bc1fbb335adecbe0829.tar.zst freebsd-ports-gnome-59f702ec7677588ce6c75bc1fbb335adecbe0829.zip |
gnupg-devel and gnupg-2.x conflict.
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 77aa4f322f89..8279a72fa86e 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -23,6 +23,8 @@ LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ pth.20:${PORTSDIR}/devel/pth RUN_DEPENDS= dirmngr:${PORTSDIR}/security/dirmngr +CONFLICTS= gnupg-devel-[0-9]* + USE_BZIP2= YES USE_GMAKE= YES GNU_CONFIGURE= YES |