summaryrefslogtreecommitdiff
path: root/time/libical/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-11-20 11:47:08 +0000
committerdrochner <drochner@pkgsrc.org>2009-11-20 11:47:08 +0000
commitea628224883a93d3550305b889d7851f9d7cfc9a (patch)
treeb3832848918495f53e4bd7b1c98f4f35e6736d14 /time/libical/Makefile
parent33b3028ebcd479e92efcc06c1e291b2363b4c9f3 (diff)
downloadpkgsrc-ea628224883a93d3550305b889d7851f9d7cfc9a.tar.gz
update to 0.44
changes: bugfixes and portability improvements
Diffstat (limited to 'time/libical/Makefile')
-rw-r--r--time/libical/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/time/libical/Makefile b/time/libical/Makefile
index 1eaf8f738d2..91351d4ecde 100644
--- a/time/libical/Makefile
+++ b/time/libical/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2009/04/02 13:13:47 drochner Exp $
+# $NetBSD: Makefile,v 1.4 2009/11/20 11:47:08 drochner Exp $
#
-DISTNAME= libical-0.43
-PKGREVISION= 1
+DISTNAME= libical-0.44
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freeassociation/}
@@ -25,4 +24,8 @@ PKGCONFIG_OVERRIDE+= libical.pc.in
DEPENDS+= zonetab-[0-9]*:../../time/zonetab
.endif
+# C++ is only needed for test
+#USE_LANGUAGES= c c++
+#TEST_TARGET= check
+
.include "../../mk/bsd.pkg.mk"