summaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_install/files/patch-Makefile.inc
blob: afe320568cd0d9d703e5c5cfceb1bea14bffe79b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- Makefile.inc.orig	Mon Oct 18 15:09:20 2004
+++ Makefile.inc	Mon Oct 18 15:10:08 2004
@@ -7,10 +7,12 @@
 .endif
 
 .if !defined(NOCRYPT) && !defined(NO_OPENSSL) && \
-    defined(LDADD) && ${LDADD:M-lfetch} != ""
+    defined(LDADD)
+.if  ${LDADD:M-lfetch} != ""
 DISTRIBUTION=	crypto
 DPADD+=		${LIBSSL} ${LIBCRYPTO}
 LDADD+=		-lssl -lcrypto
+.endif
 .endif
 
 # Inherit BINDIR from one level up.