summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"