diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-09-09 15:34:02 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-09-09 15:34:02 +0000 |
commit | 6bb185d9573277b948a63bad2690df17973c7aab (patch) | |
tree | 83912717911761e16de8346616d9664f7b87b195 /security | |
parent | 46a63a74ad236380ed937f191f27a688e7ccd642 (diff) | |
download | ports-6bb185d9573277b948a63bad2690df17973c7aab.tar.gz ports-6bb185d9573277b948a63bad2690df17973c7aab.zip |
Don't CONFLICTS with gnutls-devel since it has been removed.
Notes
Notes:
svn path=/head/; revision=142294
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 4398892c7969..1b76d86cf97a 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -29,8 +29,6 @@ LIB_DEPENDS+= opencdk.8:${PORTSDIR}/security/opencdk LIB_DEPENDS+= tasn1.2:${PORTSDIR}/security/libtasn1 .endif -CONFLICTS= gnutls-devel-[0-9]* - USE_GPG?= yes SIG_SUFFIX= .sig USE_ICONV= yes |