summaryrefslogtreecommitdiff
path: root/cad/gerbv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/gerbv/Makefile')
-rw-r--r--cad/gerbv/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile
index 53ac5c4fba3..ee092aa8651 100644
--- a/cad/gerbv/Makefile
+++ b/cad/gerbv/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2007/11/29 04:04:15 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.32 2008/02/18 22:40:36 dmcmahill Exp $
#
-DISTNAME= gerbv-1.0.3
+DISTNAME= gerbv-2.0.1
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/}
@@ -11,13 +11,13 @@ COMMENT= Gerber file viewer
PKG_INSTALLATION_TYPES= overwrite pkgviews
-CONFIGURE_ARGS+= --enable-exportpng
GNU_CONFIGURE= YES
USE_TOOLS+= gmake pkg-config
-
-LIBS+= -lm
+#CONFIGURE_ARGS+= --disable-update-desktop-database
.include "../../devel/glib2/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"