summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-19 06:04:41 +0000
committerjlam <jlam>2001-06-19 06:04:41 +0000
commit4fd8d58db207b269bd90cab80aea3a3a44d6769a (patch)
tree76b6f2d2a0f56200d9cc95a353e8efec7ff575e4 /devel
parent74b30d380ff53f2e51b71962cfb5cd51399e063d (diff)
downloadpkgsrc-4fd8d58db207b269bd90cab80aea3a3a44d6769a.tar.gz
Set GLIB_VERSION from the DISTNAME, not the PKGNAME, as the PKGNAME may
have an nbX suffix that we don't want.
Diffstat (limited to 'devel')
-rw-r--r--devel/glib/Makefile4
1 files changed, 2 insertions, 2 deletions
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