pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/p5-Clipboard Bump PKGREVISION to 1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31060e137ed3
branches:  trunk
changeset: 553199:31060e137ed3
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Jan 17 13:04:21 2009 +0000

description:
Bump PKGREVISION to 1.

For Darwin add dependency on package devel/p5-IO-All required for
the platform dependent Perl 5 module Clipboard::Pb.

diffstat:

 x11/p5-Clipboard/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r d0c08926ce22 -r 31060e137ed3 x11/p5-Clipboard/Makefile
--- a/x11/p5-Clipboard/Makefile Sat Jan 17 12:54:12 2009 +0000
+++ b/x11/p5-Clipboard/Makefile Sat Jan 17 13:04:21 2009 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index