aboutsummaryrefslogtreecommitdiff
path: root/security/knock
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-08-06 19:27:58 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-08-06 19:27:58 +0000
commitd4e0b10ba665eae51fe926cb4ac01ae3d2a00d24 (patch)
tree40a9e640694f5c3154fbcc90645e7ed7e7e57dcd /security/knock
parent7d91ad8582d08170daa82700783d4b679d79cd90 (diff)
downloadports-d4e0b10ba665eae51fe926cb4ac01ae3d2a00d24.tar.gz
ports-d4e0b10ba665eae51fe926cb4ac01ae3d2a00d24.zip
Fix build on FreeBSD 4.x.
Submitted by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=169850
Diffstat (limited to 'security/knock')
-rw-r--r--security/knock/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/knock/Makefile b/security/knock/Makefile
index 58190220cc11..f483b070dff8 100644
--- a/security/knock/Makefile
+++ b/security/knock/Makefile
@@ -15,6 +15,9 @@ COMMENT= A flexible port-knocking server and client
GNU_CONFIGURE= yes
+USE_GETOPT_LONG=yes
+CFLAGS+= -I${LOCALBASE}/include
+
OPTIONS= SERVER "Install knockd server" on \
CLIENT "Install knock client" on