diff options
author | marino <marino> | 2012-03-11 16:33:48 +0000 |
---|---|---|
committer | marino <marino> | 2012-03-11 16:33:48 +0000 |
commit | 98404e309fc5ff009023fe87d4351b91ddf10b67 (patch) | |
tree | 84b6777e27787413475bcffd99d9a6a299ed5933 /devel/xulrunner/Makefile | |
parent | c54afbeaed58e1c8e32135d319fe1d6ab8ecc2cd (diff) | |
download | pkgsrc-98404e309fc5ff009023fe87d4351b91ddf10b67.tar.gz |
devel/xulrunner: Add HAVE_POSIX_SPAWN for DragonFly
Suggested by Martin Husemann. Sorry about the revbump.
Diffstat (limited to 'devel/xulrunner/Makefile')
-rw-r--r-- | devel/xulrunner/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile index f00a849690a..4bb234197ee 100644 --- a/devel/xulrunner/Makefile +++ b/devel/xulrunner/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.67 2012/03/10 03:08:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.68 2012/03/11 16:33:48 marino Exp $ .include "dist.mk" PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR} +PKGREVISION= 1 CATEGORIES= devel www MAINTAINER= tnn@NetBSD.org |