1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Fix build with bmake

This commit is contained in:
Baptiste Daroussin 2013-05-03 21:28:21 +00:00
parent d216bc0c63
commit 83b4ff9260
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317262

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: pkcs11-helper
# Date created: 8 Jan 2007
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= pkcs11-helper
PORTVERSION= 1.09
@ -25,6 +21,10 @@ GNU_CONFIGURE= yes
USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
.if defined(.PARSEDIR)
USE_GMAKE= yes
.endif
CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
OPENSSL_LIBS="-L${OPENSSLLIB} -lssl"