mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
security/pev: Add SSL flags
Approved by: SSL blanket
This commit is contained in:
parent
5fd614a77a
commit
c04bb4a974
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421791
1 changed files with 3 additions and 3 deletions
|
@ -16,11 +16,11 @@ LIB_DEPENDS= libpcre.so:devel/pcre
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USES= gmake
|
||||
USES= gmake ssl
|
||||
USE_LDCONFIG= yes
|
||||
USE_OPENSSL= yes
|
||||
|
||||
MAKE_ARGS= MAKE=${MAKE_CMD}
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
CFLAGS+= -I${OPENSSLINC} -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${OPENSSLLIB}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue