From 5481615de421ee354522a1f969f5005c43f698a8 Mon Sep 17 00:00:00 2001 From: seb Date: Sat, 17 Jan 2009 13:04:21 +0000 Subject: Bump PKGREVISION to 1. For Darwin add dependency on package devel/p5-IO-All required for the platform dependent Perl 5 module Clipboard::Pb. --- x11/p5-Clipboard/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/x11/p5-Clipboard/Makefile b/x11/p5-Clipboard/Makefile index f1ae50f29b1..cb26da28ef2 100644 --- a/x11/p5-Clipboard/Makefile +++ b/x11/p5-Clipboard/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/01/08 15:46:49 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2009/01/17 13:04:21 seb Exp $ # DISTNAME= Clipboard-0.09 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= x11 perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KI/KING/} @@ -10,6 +11,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Clipboard/ COMMENT= Copy and paste with any OS +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "Darwin" +DEPENDS+= p5-IO-All-[0-9]*:../../devel/p5-IO-All +.endif + DEPENDS+= p5-Spiffy-[0-9]*:../../devel/p5-Spiffy DEPENDS+= xclip-[0-9]*:../../x11/xclip -- cgit v1.2.3