aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_install/files/patch-Makefile.inc
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-02-26 22:06:42 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-02-26 22:06:42 +0000
commitceadb96d87f2de3b8d674a7c32aba932b81ff35c (patch)
tree8ebb2b9d1d6acb01883ccc18af885213dcfefea3 /ports-mgmt/pkg_install/files/patch-Makefile.inc
parent6b05254d717d13ab8144a760921732888eb87df0 (diff)
downloadports-ceadb96d87f2de3b8d674a7c32aba932b81ff35c.tar.gz
ports-ceadb96d87f2de3b8d674a7c32aba932b81ff35c.zip
Update to today's snapshot of pkg_install.
Notes
Notes: svn path=/head/; revision=129863
Diffstat (limited to 'ports-mgmt/pkg_install/files/patch-Makefile.inc')
-rw-r--r--ports-mgmt/pkg_install/files/patch-Makefile.inc11
1 files changed, 5 insertions, 6 deletions
diff --git a/ports-mgmt/pkg_install/files/patch-Makefile.inc b/ports-mgmt/pkg_install/files/patch-Makefile.inc
index afe320568cd0..2f032e6e7d86 100644
--- a/ports-mgmt/pkg_install/files/patch-Makefile.inc
+++ b/ports-mgmt/pkg_install/files/patch-Makefile.inc
@@ -1,13 +1,12 @@
---- Makefile.inc.orig Mon Oct 18 15:09:20 2004
-+++ Makefile.inc Mon Oct 18 15:10:08 2004
-@@ -7,10 +7,12 @@
+--- Makefile.inc.orig Tue Dec 21 05:16:03 2004
++++ Makefile.inc Sat Feb 26 17:02:17 2005
+@@ -7,9 +7,11 @@
.endif
- .if !defined(NOCRYPT) && !defined(NO_OPENSSL) && \
+ .if !defined(NO_CRYPT) && !defined(NO_OPENSSL) && \
- defined(LDADD) && ${LDADD:M-lfetch} != ""
-+ defined(LDADD)
++ defined(LDADD)
+.if ${LDADD:M-lfetch} != ""
- DISTRIBUTION= crypto
DPADD+= ${LIBSSL} ${LIBCRYPTO}
LDADD+= -lssl -lcrypto
+.endif