diff options
author | adam <adam@pkgsrc.org> | 2011-08-12 11:31:03 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-08-12 11:31:03 +0000 |
commit | c21f80721f303428ca8a6d37a60cfaa24aa04ab3 (patch) | |
tree | 4af4022e1f91db036a30886dfd90debc7156c73a /x11/p5-Clipboard | |
parent | 218f191816c30b619227649df59fa8f1c7069ada (diff) | |
download | pkgsrc-c21f80721f303428ca8a6d37a60cfaa24aa04ab3.tar.gz |
Revision bump after updating perl to 5.14.1
Diffstat (limited to 'x11/p5-Clipboard')
-rw-r--r-- | x11/p5-Clipboard/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/p5-Clipboard/Makefile b/x11/p5-Clipboard/Makefile index a119361a30d..bb9f12887be 100644 --- a/x11/p5-Clipboard/Makefile +++ b/x11/p5-Clipboard/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2010/12/02 12:35:26 wiz Exp $ -# +# $NetBSD: Makefile,v 1.6 2011/08/12 11:31:03 adam Exp $ DISTNAME= Clipboard-0.13 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= x11 perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KI/KING/} @@ -14,7 +14,11 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} != "Darwin" DEPENDS+= xclip-[0-9]*:../../x11/xclip +.endif PERL5_PACKLIST= auto/Clipboard/.packlist |