diff options
author | rh <rh@pkgsrc.org> | 2004-11-16 06:19:23 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2004-11-16 06:19:23 +0000 |
commit | 22584525a00c6a021a615046c5235f9ac487373c (patch) | |
tree | 56cf7446d7cce30d298844b926b61b4180534b59 | |
parent | 321d8f0659123dc28f0936e2f48706afedbf6baf (diff) | |
download | pkgsrc-22584525a00c6a021a615046c5235f9ac487373c.tar.gz |
With the updated gnustep-base dependency, CONFLICTS is superfluous.
Pointed out in private mail by wiz@ -- thanks!
-rw-r--r-- | security/gnustep-ssl/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/gnustep-ssl/Makefile b/security/gnustep-ssl/Makefile index 7ddacefefad..4d8ca70b105 100644 --- a/security/gnustep-ssl/Makefile +++ b/security/gnustep-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/11/16 01:20:53 rh Exp $ +# $NetBSD: Makefile,v 1.5 2004/11/16 06:19:23 rh Exp $ # DISTNAME= gnustep-base-1.10.1 @@ -12,9 +12,6 @@ COMMENT= GNUstep SSL bundle BUILDLINK_DEPENDS.gnustep-base= gnustep-base>1.10.1 -CONFLICTS+= gnustep-base<1.9.1 -CONFLICTS+= gnustep-base-1.10.1 - PTHREAD_LIBS= -lpthread CONFIGURE_DIRS= ${WRKDIR}/${DISTNAME} |