mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
Extend the port to also build for FreeBSD 12.4 and FreeBSD 13.1. While here also update the 14.0 hash to a more recent code snapshot. Reviewed by: garga Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D39360
12 lines
192 B
Text
12 lines
192 B
Text
--- Makefile.orig 2021-04-19 10:09:35 UTC
|
|
+++ Makefile
|
|
@@ -2,7 +2,8 @@
|
|
|
|
PACKAGE= lib${LIB}
|
|
LIB= pfctl
|
|
-INTERNALLIB= true
|
|
+SHLIB_MAJOR= 0
|
|
+LIBADD+= nv
|
|
|
|
SRCS= libpfctl.c
|
|
INCS= libpfctl.h
|