diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:37:27 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:37:27 +0000 |
commit | e34e99ff3a479e58cdd7c2d310dce7bbf8070e74 (patch) | |
tree | 670a0fb22c3de0ef56319a57f951909e0608d680 /app-text/htmldoc/htmldoc-1.8.23.ebuild | |
parent | digest (diff) | |
download | gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.gz gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.bz2 gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.zip |
whitespace cleanup
Diffstat (limited to 'app-text/htmldoc/htmldoc-1.8.23.ebuild')
-rw-r--r-- | app-text/htmldoc/htmldoc-1.8.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/htmldoc/htmldoc-1.8.23.ebuild b/app-text/htmldoc/htmldoc-1.8.23.ebuild index 0e70e4b26767..aa2bdf6cb87d 100644 --- a/app-text/htmldoc/htmldoc-1.8.23.ebuild +++ b/app-text/htmldoc/htmldoc-1.8.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.23.ebuild,v 1.3 2003/08/28 23:04:36 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.23.ebuild,v 1.4 2003/09/05 22:37:21 msterret Exp $ DESCRIPTION="Convert HTML pages into a PDF document" SRC_URI="ftp://ftp.easysw.com/pub/${PN}/${PV}/${P}-source.tar.bz2" @@ -27,7 +27,7 @@ src_compile() { --with-gui \ --with-openssl-libs=/usr/lib \ --with-openssl-includes=/usr/include/openssl - + # Add missing -lfltk_images to LIBS sed -i 's/-lfltk /-lfltk -lfltk_images /g' \ Makedefs || die "failed to detect -lfltk" |