From 1949b3f4d99e5921662343ec4679062f6c383547 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 19 Jun 2001 06:04:41 +0000 Subject: Set GLIB_VERSION from the DISTNAME, not the PKGNAME, as the PKGNAME may have an nbX suffix that we don't want. --- devel/glib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/glib/Makefile b/devel/glib/Makefile index da8af255777..980b336c3d9 100644 --- a/devel/glib/Makefile +++ b/devel/glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2001/06/19 06:03:25 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2001/06/19 06:04:41 jlam Exp $ # FreeBSD Id: Makefile,v 1.2 1998/08/06 14:55:12 vanilla Exp # @@ -35,7 +35,7 @@ CFLAGS= -O0 .include "../../devel/pth/buildlink.mk" .endif -GLIB_VERSION= ${PKGNAME:S/glib-//} +GLIB_VERSION= ${DISTNAME:S/glib-//} # We patch the version info in the configure scripts for reasons related to # shared library numbering, but we don't want it to leak into the various -- cgit v1.2.3