summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-12-21 10:16:04 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-12-21 10:16:04 +0000
commita216173556ede5d21d5157db945767a08201aae1 (patch)
tree39f12b382ddd99639a5d2e7415eefaadf4ff8ef9 /games
parent83c7ade90a32f8aaff4de282b9fc2493076a54b9 (diff)
downloadsrc-test2-a216173556ede5d21d5157db945767a08201aae1.tar.gz
src-test2-a216173556ede5d21d5157db945767a08201aae1.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/factor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/factor/Makefile b/games/factor/Makefile
index fa21ca52c2f5..f8d5328f9df5 100644
--- a/games/factor/Makefile
+++ b/games/factor/Makefile
@@ -5,7 +5,7 @@ PROG= factor
SRCS= factor.c pr_tbl.c
CFLAGS+=-I${.CURDIR}/../primes
-.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
+.if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
CFLAGS+=-DHAVE_OPENSSL
LDADD= -lcrypto
DPADD= ${LIBCRYPTO}