diff options
author | vs <vs@FreeBSD.org> | 2004-09-04 00:17:04 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-09-04 00:17:04 +0800 |
commit | 5b661ea700070072fbd8b3eea15c7026ce69d32c (patch) | |
tree | 1f0f74f54a879bad796635fbe7b576e553b70541 /security/openvpn20 | |
parent | efbf08b4c264b4a540a9e449eaec6591890d82ad (diff) | |
download | freebsd-ports-gnome-5b661ea700070072fbd8b3eea15c7026ce69d32c.tar.gz freebsd-ports-gnome-5b661ea700070072fbd8b3eea15c7026ce69d32c.tar.zst freebsd-ports-gnome-5b661ea700070072fbd8b3eea15c7026ce69d32c.zip |
Add CONFLICTS with openvpn-devel
PR: ports/71337
Submitted by: maintainer
Diffstat (limited to 'security/openvpn20')
-rw-r--r-- | security/openvpn20/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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} |