diff options
author | rh <rh> | 2004-11-16 06:19:23 +0000 |
---|---|---|
committer | rh <rh> | 2004-11-16 06:19:23 +0000 |
commit | 0285583117a0540f98fa705125dfbc6bd1739cc0 (patch) | |
tree | 56cf7446d7cce30d298844b926b61b4180534b59 /security | |
parent | 130a5401ba2cad06e2ee6a9b146ec413b44527d6 (diff) | |
download | pkgsrc-0285583117a0540f98fa705125dfbc6bd1739cc0.tar.gz |
With the updated gnustep-base dependency, CONFLICTS is superfluous.
Pointed out in private mail by wiz@ -- thanks!
Diffstat (limited to 'security')
-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} |