diff options
author | az <az@FreeBSD.org> | 2012-06-03 13:56:20 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-03 13:56:20 +0800 |
commit | 303152e485305692547dd3fe0058dab07ba47201 (patch) | |
tree | 626427fb2e17aec1a059d038698293ff5d9cdc3b /x11 | |
parent | ff5eaf949b324f1d547eed981ccae39a32fe6459 (diff) | |
download | freebsd-ports-gnome-303152e485305692547dd3fe0058dab07ba47201.tar.gz freebsd-ports-gnome-303152e485305692547dd3fe0058dab07ba47201.tar.zst freebsd-ports-gnome-303152e485305692547dd3fe0058dab07ba47201.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (tobez@ via IM)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-Clipboard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/p5-Clipboard/Makefile b/x11/p5-Clipboard/Makefile index f41a181e5226..0c549d4ea77e 100644 --- a/x11/p5-Clipboard/Makefile +++ b/x11/p5-Clipboard/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Access to X11 clipboard from Perl -BUILD_DEPENDS= ${SITE_PERL}/Spiffy.pm:${PORTSDIR}/devel/p5-Spiffy +BUILD_DEPENDS= p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy RUN_DEPENDS:= ${BUILD_DEPENDS} \ xclip:${PORTSDIR}/x11/xclip |