pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/gschem This package uses libstroke. Add dependenc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e70de70807c
branches:  trunk
changeset: 476105:7e70de70807c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Jun 03 16:27:15 2004 +0000

description:
This package uses libstroke.  Add dependence on it explicitly.
OK'ed by dmcmahill@, the maintainer.

Bump PKGREVISION due to the dependency change and libstroke major
version bump.

diffstat:

 cad/gschem/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 028d4c519f13 -r 7e70de70807c cad/gschem/Makefile
--- a/cad/gschem/Makefile       Thu Jun 03 16:21:14 2004 +0000
+++ b/cad/gschem/Makefile       Thu Jun 03 16:27:15 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2004/03/05 13:03:48 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.28 2004/06/03 16:27:15 minskim Exp $
 #
 
 DISTNAME=              geda-gschem-${PKGVERSION}
 PKGNAME=               gschem-${PKGVERSION}
+PKGREVISION=           1
 CATEGORIES=            cad
 MASTER_SITES=          ftp://ftp.geda.seul.org/pub/geda/devel/${PKGVERSION}/ \
                        ftp://ieee.ing.uniroma1.it/pub/geda/devel/${PKGVERSION}/ \
@@ -26,5 +27,6 @@
 
 .include "../../cad/libgeda/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/libstroke/buildlink3.mk"
 .include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index