diff options
author | joerg <joerg@pkgsrc.org> | 2005-10-31 13:03:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-10-31 13:03:32 +0000 |
commit | b4d1971cc10d83dca4ada75abb24e33ab28db533 (patch) | |
tree | 066b08edb59b3699f43a783f833f3ab524b1767f /sysutils | |
parent | 31c762435fdc27e8265df373625ec001062bf191 (diff) | |
download | pkgsrc-b4d1971cc10d83dca4ada75abb24e33ab28db533.tar.gz |
patch-bc can change the linkage, especially for static linking, so bump
the revision.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fam/Makefile b/sysutils/fam/Makefile index 8797e9e56a2..16b9463d273 100644 --- a/sysutils/fam/Makefile +++ b/sysutils/fam/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2005/08/10 20:57:56 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2005/10/31 13:03:32 joerg Exp $ # DISTNAME= fam-2.7.0 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= sysutils devel MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/stable/ \ ftp://ftp.tuwien.ac.at/opsys/linux/gentoo/distfiles/ \ |