diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-08-20 07:06:37 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-08-20 07:06:37 +0000 |
commit | 3a04697b6a0161c6af1052d08cfab517128c0aae (patch) | |
tree | 49a48434f4e20fe1c92fec2b7a74bb410fd9e9d6 /security/openvpn20 | |
parent | e3a6cce5ebc5db4b9480e243b75d8f62ce583246 (diff) | |
download | FreeBSD-ports-3a04697b6a0161c6af1052d08cfab517128c0aae.zip FreeBSD-ports-3a04697b6a0161c6af1052d08cfab517128c0aae.tar.gz |
- conflicts with openvpn-devel-[0-9]*
- bump PORTREVISION
PR: ports/102301
Submitted by: Matthias Andree (maintainer)
Diffstat (limited to 'security/openvpn20')
-rw-r--r-- | security/openvpn20/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/openvpn20/Makefile b/security/openvpn20/Makefile index f259afc..b678dad 100644 --- a/security/openvpn20/Makefile +++ b/security/openvpn20/Makefile @@ -13,7 +13,7 @@ PORTNAME= openvpn # WILL BE DROPPED. -- Matthias Andree, 2006-04-26 # ----------------------------------------------------- PORTVERSION= 2.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net # MASTER_SITES points to hosts in distinct data centers, # so just one MASTER_SITES entry should be OK. @@ -22,6 +22,8 @@ MASTER_SITES= http://openvpn.net/release/ MAINTAINER= matthias.andree@gmx.de COMMENT= Secure IP/Ethernet tunnel daemon +CONFLICTS= openvpn-devel-[0-9]* + GNU_CONFIGURE= yes USE_OPENSSL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |