summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorgrant <grant>2004-11-03 11:32:07 +0000
committergrant <grant>2004-11-03 11:32:07 +0000
commitc0dfde926d965c7598b468ce5aab99fe0de46ab3 (patch)
treee8aa3df7a8ffe59a49551b53aa5d23a14681df73 /converters
parent3f72bc92a5523a693f92d34571fffef22cc254b1 (diff)
downloadpkgsrc-c0dfde926d965c7598b468ce5aab99fe0de46ab3.tar.gz
this needs libm on Solaris.
Diffstat (limited to 'converters')
-rw-r--r--converters/xlhtml/Makefile5
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"