aboutsummaryrefslogtreecommitdiff
path: root/security/libfprint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libfprint/Makefile')
-rw-r--r--security/libfprint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libfprint/Makefile b/security/libfprint/Makefile
index 97c736d3a2ba..f446efb1a056 100644
--- a/security/libfprint/Makefile
+++ b/security/libfprint/Makefile
@@ -23,8 +23,8 @@ USE_OPENSSL= yes
USE_GNOME= glib20 pkgconfig
CONFIGURE_ENV+= CRYPTO_CFLAGS=-I${OPENSSLINC} \
- CRYPTO_LIBS=-lcrypto \
- CFLAGS="${CFLAGS} -DHAVE_MEMMEM"
+ CRYPTO_LIBS=-lcrypto
+CFLAGS+= -DHAVE_MEMMEM
.include <bsd.port.pre.mk>