summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-06-03 16:27:15 +0000
committerminskim <minskim@pkgsrc.org>2004-06-03 16:27:15 +0000
commitb1c38e1a8f4f8fe89f56b662a03c7568319707e1 (patch)
tree2f2b01f3bb569aa3cd3dfe787f9d5658b6c72e46 /cad
parent3b814f1a59826bc381b44e497948bfea3f64f1c9 (diff)
downloadpkgsrc-b1c38e1a8f4f8fe89f56b662a03c7568319707e1.tar.gz
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 (limited to 'cad')
-rw-r--r--cad/gschem/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/gschem/Makefile b/cad/gschem/Makefile
index 1e77e8fda82..d54f48b9081 100644
--- a/cad/gschem/Makefile
+++ b/cad/gschem/Makefile
@@ -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 @@ INFO_FILES= gschemdoc.info
.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"