diff options
author | drochner <drochner@pkgsrc.org> | 2009-04-02 13:13:47 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-04-02 13:13:47 +0000 |
commit | c5d7499e00b87f199a6d8dbdfdd24a3138a3e0fb (patch) | |
tree | 36edcdf3b3fdf37783fef2499f1a0f94fa9cde47 /time/libical/Makefile | |
parent | 71cfc5d889150b5e4d572d6e5ac78f77c51e2763 (diff) | |
download | pkgsrc-c5d7499e00b87f199a6d8dbdfdd24a3138a3e0fb.tar.gz |
always use the system's timezone files (previously it did so
only on Linux) -- the bundled ones are not consistent wrt
some prefix (freeassociation.sourceforge.net vs citadel.org)
which triggers a runtime check when imported ical files are used,
bump PKGREVISION
Diffstat (limited to 'time/libical/Makefile')
-rw-r--r-- | time/libical/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/libical/Makefile b/time/libical/Makefile index 67b05122135..1eaf8f738d2 100644 --- a/time/libical/Makefile +++ b/time/libical/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2009/03/19 11:57:48 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2009/04/02 13:13:47 drochner Exp $ # DISTNAME= libical-0.43 +PKGREVISION= 1 CATEGORIES= time MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freeassociation/} @@ -14,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= perl USE_LIBTOOL= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-builtintz PKGCONFIG_OVERRIDE+= libical.pc.in |