diff options
-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 |