summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2007-10-02 06:17:09 +0000
committerdmcmahill <dmcmahill>2007-10-02 06:17:09 +0000
commit6eef3863d5d7f49b668154f7d851f93395c30be2 (patch)
treebc67b2d257658a2e07632da425e9fb4e9e59750d /cad
parentb575b51009c9e97a8f7c7c6ec537f9b97c532342 (diff)
downloadpkgsrc-6eef3863d5d7f49b668154f7d851f93395c30be2.tar.gz
add missing -lm
Diffstat (limited to 'cad')
-rw-r--r--cad/gerbv/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile
index 97b23df045a..1b0e80b68d2 100644
--- a/cad/gerbv/Makefile
+++ b/cad/gerbv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2006/08/08 11:46:50 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.30 2007/10/02 06:17:09 dmcmahill Exp $
#
DISTNAME= gerbv-1.0.2
@@ -15,6 +15,8 @@ CONFIGURE_ARGS+= --enable-exportpng
GNU_CONFIGURE= YES
USE_TOOLS+= gmake pkg-config
+LIBS+= -lm
+
.include "../../devel/glib2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"