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 | 880bb76de57a001f2afaea0b1ba3e4f5b36eec0e (patch) | |
tree | e8aa3df7a8ffe59a49551b53aa5d23a14681df73 /converters/xlhtml | |
parent | 8d9a608ced3e042421e022e93bee7b1580b537a1 (diff) | |
download | pkgsrc-880bb76de57a001f2afaea0b1ba3e4f5b36eec0e.tar.gz |
this needs libm on Solaris.
Diffstat (limited to 'converters/xlhtml')
-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" |