diff options
author | grant <grant@pkgsrc.org> | 2004-11-03 11:32:07 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-11-03 11:32:07 +0000 |
commit | 1a7d5eeebdd83577445f743128508e6837c85554 (patch) | |
tree | e8aa3df7a8ffe59a49551b53aa5d23a14681df73 | |
parent | 0cb234f8bc983e6c83b1fbedd484cc68f840f003 (diff) | |
download | pkgsrc-1a7d5eeebdd83577445f743128508e6837c85554.tar.gz |
this needs libm on Solaris.
-rw-r--r-- | converters/xlhtml/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/converters/xlhtml/Makefile b/converters/xlhtml/Makefile index 249cc6b3ea1..783f31919a1 100644 --- a/converters/xlhtml/Makefile +++ b/converters/xlhtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/09/02 05:03:23 cjs Exp $ +# $NetBSD: Makefile,v 1.8 2004/11/03 11:32:07 grant Exp $ # DISTNAME= xlhtml-0.5 @@ -15,4 +15,7 @@ USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_GNU_TOOLS+= make +# fabs +LIBS.SunOS+= -lm + .include "../../mk/bsd.pkg.mk" |