summaryrefslogtreecommitdiff
path: root/devel/libsigc++/Makefile
diff options
context:
space:
mode:
authoradam <adam>2003-07-15 09:23:29 +0000
committeradam <adam>2003-07-15 09:23:29 +0000
commitb2d0a3a2ea48e9ac51ecbde0a556c927327d2e56 (patch)
tree04a47234d46c96a29caee7320eb4350ef27f81aa /devel/libsigc++/Makefile
parent30a724caef0c81457eb6438a3f52add5cd40a583 (diff)
downloadpkgsrc-b2d0a3a2ea48e9ac51ecbde0a556c927327d2e56.tar.gz
Changes 1.2.5:
* Partial Microsoft Visual C++ .Net 2003 (Windows) support * Exported extra symbols for win32 * Pedantic compiler warning fixed
Diffstat (limited to 'devel/libsigc++/Makefile')
-rw-r--r--devel/libsigc++/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/libsigc++/Makefile b/devel/libsigc++/Makefile
index d3beeb49151..8ec17ab9072 100644
--- a/devel/libsigc++/Makefile
+++ b/devel/libsigc++/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.10 2003/05/02 11:54:38 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2003/07/15 09:23:29 adam Exp $
-DISTNAME= libsigc++-1.2.3
-PKGREVISION= 1
+DISTNAME= libsigc++-1.2.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libsigc/}
MAINTAINER= bsieker@freenet.de
HOMEPAGE= http://libsigc.sourceforge.net/
-COMMENT= type-safe callback system for C++ programs
+COMMENT= Type-safe callback system for C++ programs
BUILD_DEPENDS= m4>=1.4:../../devel/m4