mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix build in 4.x
PR: 89405 Submitted by: maintainer
This commit is contained in:
parent
ab4c178840
commit
f8303769cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149045
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= doorman
|
||||
PORTVERSION= 0.81
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= doorman
|
||||
@ -47,7 +48,7 @@ pre-patch:
|
||||
|
||||
post-configure:
|
||||
.if ${OSVERSION} < 500000
|
||||
@${REINPLACE_CMD} -e 's,-lpcap,-L${LOCALBASE}/lib/libpcap.a,' \
|
||||
@${REINPLACE_CMD} -e 's,-lpcap,${LOCALBASE}/lib/libpcap.a,' \
|
||||
${WRKSRC}/Makefile
|
||||
.endif
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
MD5 (doorman-0.81.tgz) = f0f30132a541122fa46f4d6d321260d9
|
||||
SHA256 (doorman-0.81.tgz) = 3b5d27272081553f8751d3f4687b9218fa3bc905c56aa394990b3ac608cca24e
|
||||
SIZE (doorman-0.81.tgz) = 140643
|
||||
|
Loading…
Reference in New Issue
Block a user