summaryrefslogtreecommitdiff
path: root/textproc/libplist/Makefile
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2012-01-01 14:39:33 +0000
committershattered <shattered@pkgsrc.org>2012-01-01 14:39:33 +0000
commit35d61263306eda8df2ef56146afdbfe6f94eded0 (patch)
tree36faaf25d6dc2cc1628fc518cd0666294b87447e /textproc/libplist/Makefile
parent7681109af5cde4ae551a4d0f6c9b059f631501ad (diff)
downloadpkgsrc-35d61263306eda8df2ef56146afdbfe6f94eded0.tar.gz
Fix build on 5.1/amd64 (PR 45691) -- cast long tv_sec to time_t. Not
a problem in -current, where tv_sec is time_t.
Diffstat (limited to 'textproc/libplist/Makefile')
-rw-r--r--textproc/libplist/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libplist/Makefile b/textproc/libplist/Makefile
index 4352b83fb5f..dfb63fb4e58 100644
--- a/textproc/libplist/Makefile
+++ b/textproc/libplist/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2011/11/23 23:33:18 shattered Exp $
+# $NetBSD: Makefile,v 1.3 2012/01/01 14:39:33 shattered Exp $
#
DISTNAME= libplist-1.4
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.libimobiledevice.org/downloads/
EXTRACT_SUFX= .tar.bz2