summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2009-02-14 03:02:58 +0000
committerobache <obache@pkgsrc.org>2009-02-14 03:02:58 +0000
commit55b26be751364beb4a4603f6488abed302a81cc2 (patch)
tree4e6e0420ce697b868f9915f927ee06a5a0efbcca /pkgtools
parent00b159d103b5748c8b329ada8645c2892f2b2437 (diff)
downloadpkgsrc-55b26be751364beb4a4603f6488abed302a81cc2.tar.gz
Need to define SSL_SUPPORT before using it :)
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/files/info/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/files/info/Makefile.in b/pkgtools/pkg_install/files/info/Makefile.in
index 0db43d84caf..a406fa30702 100644
--- a/pkgtools/pkg_install/files/info/Makefile.in
+++ b/pkgtools/pkg_install/files/info/Makefile.in
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.18 2009/02/13 14:13:58 joerg Exp $
+# $NetBSD: Makefile.in,v 1.19 2009/02/14 03:02:58 obache Exp $
srcdir= @srcdir@
@@ -12,6 +12,7 @@ man1dir= $(mandir)/man1
cat1dir= $(mandir)/cat1
BOOTSTRAP= @bootstrap@
+SSL_SUPPORT= @ssl_support@
CC= @CC@
CCLD= $(CC)