diff options
Diffstat (limited to 'multimedia/helvum/Makefile')
-rw-r--r-- | multimedia/helvum/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/multimedia/helvum/Makefile b/multimedia/helvum/Makefile index 272acfa58b3a..7fcd05311b88 100644 --- a/multimedia/helvum/Makefile +++ b/multimedia/helvum/Makefile @@ -43,11 +43,4 @@ post-patch: post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} -# XXX Drop after FreeBSD 12.4 EOL around 2023-12-31 -# https://cgit.freebsd.org/src/commit/?id=7a202823aa54 -.if !exists(/usr/include/sys/eventfd.h) -LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim -LDFLAGS+= -lepoll-shim -.endif - .include <bsd.port.mk> |