diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-29 18:12:56 +0800 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-29 18:12:56 +0800 |
commit | 393ba63d5d55704f9fa97bfb4605f79efff9e930 (patch) | |
tree | 9bf207fd86301552cff9bccdc1fffd04b681df58 | |
parent | c8e96952a658d4c936c3d3a6bc420dba53bedff8 (diff) | |
download | freebsd-ports-gnome-393ba63d5d55704f9fa97bfb4605f79efff9e930.tar.gz freebsd-ports-gnome-393ba63d5d55704f9fa97bfb4605f79efff9e930.tar.zst freebsd-ports-gnome-393ba63d5d55704f9fa97bfb4605f79efff9e930.zip |
Add CONFLICTS
-rw-r--r-- | security/libgcrypt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index e0ad89f12ca9..139da435ae7d 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -15,6 +15,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= arved@FreeBSD.org COMMENT= "General purpose crypto library based on code used in GnuPG" +CONFLICTS= libgcrypt-1.1.9* USE_REINPLACE= yes USE_PERL5= yes USE_LIBTOOL= yes |