diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-09-03 16:17:04 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-09-03 16:17:04 +0000 |
commit | bd9c2e0d46f49e2912a6e4ac59352d1be501892c (patch) | |
tree | 59aef255b72b9ba8e8316710df08f406e2080ce8 | |
parent | - add version in CONFLICTS, otherwise it will conflict with itself. (diff) |
Add CONFLICTS with openvpn-devel
PR: ports/71337
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=118046
-rw-r--r-- | security/openvpn-devel/Makefile | 2 | ||||
-rw-r--r-- | security/openvpn/Makefile | 2 | ||||
-rw-r--r-- | security/openvpn20/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile index 6f10bc9e75a6..ea123505c16a 100644 --- a/security/openvpn-devel/Makefile +++ b/security/openvpn-devel/Makefile @@ -17,6 +17,8 @@ COMMENT= Secure IP/Ethernet tunnel daemon LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo +CONFLICTS= openvpn-devel-* + GNU_CONFIGURE= yes USE_OPENSSL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index 6f10bc9e75a6..ea123505c16a 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -17,6 +17,8 @@ COMMENT= Secure IP/Ethernet tunnel daemon LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo +CONFLICTS= openvpn-devel-* + GNU_CONFIGURE= yes USE_OPENSSL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/security/openvpn20/Makefile b/security/openvpn20/Makefile index 6f10bc9e75a6..ea123505c16a 100644 --- a/security/openvpn20/Makefile +++ b/security/openvpn20/Makefile @@ -17,6 +17,8 @@ COMMENT= Secure IP/Ethernet tunnel daemon LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo +CONFLICTS= openvpn-devel-* + GNU_CONFIGURE= yes USE_OPENSSL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |