diff options
author | az <az@FreeBSD.org> | 2012-10-11 00:56:07 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-10-11 00:56:07 +0800 |
commit | 8f0790ca8dcd48ac80e3ceeb14da6d5199c96272 (patch) | |
tree | 49e2ff461981d4199670afbf88a721e108c5d8f2 /graphics | |
parent | be64ca8d2e1b7b23d17db16d92cdbe25d874fc18 (diff) | |
download | freebsd-ports-gnome-8f0790ca8dcd48ac80e3ceeb14da6d5199c96272.tar.gz freebsd-ports-gnome-8f0790ca8dcd48ac80e3ceeb14da6d5199c96272.tar.zst freebsd-ports-gnome-8f0790ca8dcd48ac80e3ceeb14da6d5199c96272.zip |
- Remove SITE_PERL from *_DEPENDS (final part)
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Imager-AverageGray/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-Imager-AverageGray/Makefile b/graphics/p5-Imager-AverageGray/Makefile index 8c360e550207..8120fb099a94 100644 --- a/graphics/p5-Imager-AverageGray/Makefile +++ b/graphics/p5-Imager-AverageGray/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Finds the average gray for a Imager object or image -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager/ +RUN_DEPENDS= p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager/ PERL_CONFIGURE= yes |