diff options
author | drochner <drochner> | 2009-09-07 18:25:20 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-09-07 18:25:20 +0000 |
commit | 6d18400efe499e22439b05273b1d6efbf8b07caa (patch) | |
tree | 9445a418be42a2961042e442e8b6a3218ab417fb /multimedia/dvdauthor/Makefile | |
parent | 4eaa936dcb8cd4c258c6ec1450dc49f9e361638a (diff) | |
download | pkgsrc-6d18400efe499e22439b05273b1d6efbf8b07caa.tar.gz |
fix non-portable times(NULL) invocation which made "dvdunauthor"
crash on NetBSD, bump PKGREVISION
Diffstat (limited to 'multimedia/dvdauthor/Makefile')
-rw-r--r-- | multimedia/dvdauthor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index bbbff6b396d..b08ecada25f 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2009/08/26 21:20:14 sno Exp $ +# $NetBSD: Makefile,v 1.19 2009/09/07 18:25:20 drochner Exp $ DISTNAME= dvdauthor-0.6.14 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdauthor/} |