summaryrefslogtreecommitdiff
path: root/net/haproxy
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-09-15 14:53:13 +0000
committernia <nia@pkgsrc.org>2019-09-15 14:53:13 +0000
commitb5761de738bf9d77525ade05692bf7c2bf78cbdc (patch)
tree8a518a6dffc8ed935e155c309e64f42278d9dceb /net/haproxy
parent3d6a641b290040809791e57a6c9066114ab77653 (diff)
downloadpkgsrc-b5761de738bf9d77525ade05692bf7c2bf78cbdc.tar.gz
haproxy: Adapt to currently available linux targets
Diffstat (limited to 'net/haproxy')
-rw-r--r--net/haproxy/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index 1b3fe33b111..8bb5d810460 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2019/09/15 12:22:33 nia Exp $
+# $NetBSD: Makefile,v 1.52 2019/09/15 14:53:13 nia Exp $
DISTNAME= haproxy-2.0.6
CATEGORIES= net www
@@ -42,17 +42,7 @@ TARGET= osx
.elif ${OPSYS} == "SunOS"
TARGET= solaris
.elif ${OPSYS} == "Linux"
-. if !empty(OS_VERSION:M2.6.*)
-TARGET= linux26
-. elif !empty(OS_VERSION:M2.4.*)
-. if exists(/usr/include/linux/eventpoll.h)
-TARGET= linux24e
-. else
-TARGET= linux24
-. endif
-. else
-TARGET= linux2628
-. endif
+TARGET= linux-glibc
.else
TARGET= generic
.endif