bump PKGNAME, the recent commit from drahn@ is really important for

ELF-based archs as having an old boehm-gc can cause programs to stop working
after the WorX addition. Noticed after trying to build w3m and it failed
miserably.
This commit is contained in:
brad 2003-01-18 23:29:52 +00:00
parent 973b8df18f
commit 7759955ddc

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.22 2002/10/26 13:25:26 todd Exp $
# $OpenBSD: Makefile,v 1.23 2003/01/18 23:29:52 brad Exp $
# $FreeBSD: Makefile,v 1.4 1999/01/10 20:12:06 steve Exp $
COMMENT= "garbage collection and memory leak detection for C and C++"
VERSION= 6.1
DISTNAME= gc${VERSION}
PKGNAME= boehm-gc-${VERSION}
PKGNAME= boehm-gc-${VERSION}p1
CATEGORIES= devel
MASTER_SITES= ${HOMEPAGE}gc_source/