summaryrefslogtreecommitdiff
path: root/devel/glibmm/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-03-12 21:09:45 +0000
committeradam <adam@pkgsrc.org>2006-03-12 21:09:45 +0000
commit3313aa48ab357e4afa8e91a4595a62a4b3aace3f (patch)
tree11aa490a73fba20dbe43e11fc11fedbc9839996d /devel/glibmm/Makefile
parent7245c0dfe7aff8a78225776edc375ac64f873014 (diff)
downloadpkgsrc-3313aa48ab357e4afa8e91a4595a62a4b3aace3f.tar.gz
Changes 2.8.5:
* Windows Build: - ustring.h: Tag npos with GLIBMM_API, in order to dllexport it on win32. Bug 332438. - Updated MSVC++ build files and README, for MS Visual Studio 2005. * gmmproc code generator: - WRAP_METHOD() Take an extra optional argument: deprecated depractiontext - so that we can insert the appropriate doxygen tag in the documentation, where the C documentation does not do it for us.
Diffstat (limited to 'devel/glibmm/Makefile')
-rw-r--r--devel/glibmm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile
index d80f49bb8fa..94f2c2553b5 100644
--- a/devel/glibmm/Makefile
+++ b/devel/glibmm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2006/02/14 20:58:50 adam Exp $
+# $NetBSD: Makefile,v 1.8 2006/03/12 21:09:45 adam Exp $
-DISTNAME= glibmm-2.8.4
+DISTNAME= glibmm-2.8.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glibmm/2.8/}
EXTRACT_SUFX= .tar.bz2
@@ -13,7 +13,7 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/glib/glibmm-2.4.pc.in
+PKGCONFIG_OVERRIDE+= ${WRKSRC:Q}/glib/glibmm-2.4.pc.in
GNU_CONFIGURE= yes
BUILDLINK_DEPENDS.glib2+= glib2>=2.8.0