diff options
author | obache <obache@pkgsrc.org> | 2009-02-14 03:02:58 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-02-14 03:02:58 +0000 |
commit | 55b26be751364beb4a4603f6488abed302a81cc2 (patch) | |
tree | 4e6e0420ce697b868f9915f927ee06a5a0efbcca /pkgtools | |
parent | 00b159d103b5748c8b329ada8645c2892f2b2437 (diff) | |
download | pkgsrc-55b26be751364beb4a4603f6488abed302a81cc2.tar.gz |
Need to define SSL_SUPPORT before using it :)
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/info/Makefile.in | 3 |
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) |