summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2009-01-17 13:04:21 +0000
committerseb <seb@pkgsrc.org>2009-01-17 13:04:21 +0000
commit5481615de421ee354522a1f969f5005c43f698a8 (patch)
treeaa48f7b47df2a106fe0daf07cd19b2814801ca2b
parenta8f72db6b3690b5a5b114c925b33db49cf1d46e6 (diff)
downloadpkgsrc-5481615de421ee354522a1f969f5005c43f698a8.tar.gz
Bump PKGREVISION to 1.
For Darwin add dependency on package devel/p5-IO-All required for the platform dependent Perl 5 module Clipboard::Pb.
-rw-r--r--x11/p5-Clipboard/Makefile8
1 files changed, 7 insertions, 1 deletions
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