summaryrefslogtreecommitdiffstats
path: root/games/factor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/factor/Makefile')
-rw-r--r--games/factor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/factor/Makefile b/games/factor/Makefile
index 573d735..fa21ca5 100644
--- a/games/factor/Makefile
+++ b/games/factor/Makefile
@@ -7,8 +7,8 @@ CFLAGS+=-I${.CURDIR}/../primes
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
CFLAGS+=-DHAVE_OPENSSL
-LDADD+= -lcrypto
-DPADD+= ${LIBCRYPTO}
+LDADD= -lcrypto
+DPADD= ${LIBCRYPTO}
.endif
MAN= factor.6
OpenPOWER on IntegriCloud