diff options
author | xtraeme <xtraeme> | 2004-06-20 21:52:07 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-06-20 21:52:07 +0000 |
commit | 9d02ac55b0cfafcb3d56971fcd18c1eb244f255f (patch) | |
tree | b9294bf8e621d15b2fcf6860f6a32bcb40f1f1ef /devel | |
parent | 7c079e3137923844f962bb5cd1199ba1ceb36967 (diff) | |
download | pkgsrc-9d02ac55b0cfafcb3d56971fcd18c1eb244f255f.tar.gz |
Bump PKGREVISION and remove X11 support where appropiate.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsgraph/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index 286bbb4d041..569cced6f79 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2004/04/10 23:38:47 snj Exp $ +# $NetBSD: Makefile,v 1.11 2004/06/20 21:52:07 xtraeme Exp $ # DISTNAME= cvsgraph-1.2.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.akhphd.au.dk/~bertho/cvsgraph/release/ @@ -12,7 +12,6 @@ COMMENT= Graphically represents CVS/RCS branches and file revisions USE_BUILDLINK3= YES USE_PKGINSTALL= YES -USE_X11= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |