summaryrefslogtreecommitdiff
path: root/cad/gerbv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/gerbv/Makefile')
-rw-r--r--cad/gerbv/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile
index 3420fab60d1..e3e8aa050c3 100644
--- a/cad/gerbv/Makefile
+++ b/cad/gerbv/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2002/10/16 01:36:07 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.8 2002/11/22 00:41:14 dmcmahill Exp $
#
-DISTNAME= gerbv-0.0.10
+DISTNAME= gerbv-0.11
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/}
@@ -9,11 +9,14 @@ MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://gerbv.sourceforge.net
COMMENT= Gerber file viewer
+CONFIGURE_ARGS+= --enable-exportpng
+CONFIGURE_ARGS+= --enable-batch
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_GMAKE= YES
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
+.include "../../lang/guile/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"