diff options
author | xtraeme <xtraeme> | 2004-04-25 04:16:42 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-25 04:16:42 +0000 |
commit | a0d6bf7e2d5606519688f7188a122f1ae9680842 (patch) | |
tree | 55b1793e6affd5b2bf38e09da6d390a6d56373f8 /cad | |
parent | 324cf1d97d1d7e90782d3108a99a7759152df1b9 (diff) | |
download | pkgsrc-a0d6bf7e2d5606519688f7188a122f1ae9680842.tar.gz |
Bump PKGREVISION due to gdk-pixbuf update.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/boolean/Makefile | 6 | ||||
-rw-r--r-- | cad/gerbv/Makefile | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile index fae75fa7888..178c323fab0 100644 --- a/cad/boolean/Makefile +++ b/cad/boolean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/01/22 07:21:54 grant Exp $ +# $NetBSD: Makefile,v 1.16 2004/04/25 04:16:43 xtraeme Exp $ # DISTNAME= boolean @@ -17,7 +17,7 @@ REL= 6.4 BUILD_DEPENDS+= cmake>=1.6.6:../../devel/cmake -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make # the zip archive messes up the case of these files which breaks @@ -45,5 +45,5 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/boolean ${PREFIX}/bin/boolean ${INSTALL_PROGRAM} ${WRKSRC}/apps/edit/edit ${PREFIX}/bin/edit -.include "../../x11/wxGTK/buildlink2.mk" +.include "../../x11/wxGTK/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index c818133288a..ac741ede176 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2004/02/17 02:49:25 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.20 2004/04/25 04:16:43 xtraeme Exp $ # DISTNAME= gerbv-0.15 +PKGREVISION= 1 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/} |