diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11/p5-Clipboard/Makefile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Notes
Diffstat (limited to 'x11/p5-Clipboard/Makefile')
-rw-r--r-- | x11/p5-Clipboard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/p5-Clipboard/Makefile b/x11/p5-Clipboard/Makefile index 15aa936178f5..964343d6cc40 100644 --- a/x11/p5-Clipboard/Makefile +++ b/x11/p5-Clipboard/Makefile @@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Access to X11 clipboard from Perl -BUILD_DEPENDS= p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy +BUILD_DEPENDS= p5-Spiffy>=0:devel/p5-Spiffy RUN_DEPENDS:= ${BUILD_DEPENDS} \ - xclip:${PORTSDIR}/x11/xclip + xclip:x11/xclip USES= perl5 USE_PERL5= configure |