diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-05-07 23:48:48 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-05-07 23:48:48 +0000 |
commit | 33157995eed13d0e79760d2db1a623ddc3cd1fe1 (patch) | |
tree | 7aee6cc15d3c00cbd484dbe83ecb8086ffad12e2 /net/ppp-mppe | |
parent | 98242efc2c5b39f674db4244af00f63700313b9b (diff) | |
download | pkgsrc-33157995eed13d0e79760d2db1a623ddc3cd1fe1.tar.gz |
Add some CONFLICTS lines
Noted by Dawid SzymaƱski <dawszy@arhea.net> in PR 16186
Diffstat (limited to 'net/ppp-mppe')
-rw-r--r-- | net/ppp-mppe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ppp-mppe/Makefile b/net/ppp-mppe/Makefile index a0acebe8f13..090681e6369 100644 --- a/net/ppp-mppe/Makefile +++ b/net/ppp-mppe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2002/01/19 15:22:53 kim Exp $ +# $NetBSD: Makefile,v 1.14 2002/05/07 23:48:49 hubertf Exp $ DISTNAME= ppp-2.3.9 PKGNAME= ppp-mppe-2.3.9 @@ -9,6 +9,8 @@ MAINTAINER= dbj@netbsd.org HOMEPAGE= http://www.moretonbay.com/vpn/releases/ COMMENT= PPP daemon and LKM with MPPE - Microsoft Point-to-Point Encryption +CONFLICTS+= ppp-2.* + OPENSSL_VERS= 0.9.6 OPENSSL_SRC= ${_PKGSRCDIR}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VERS} |