diff options
Diffstat (limited to 'www/lightsquid/Makefile')
-rw-r--r-- | www/lightsquid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/lightsquid/Makefile b/www/lightsquid/Makefile index dac728ec7b30..0ef29adff096 100644 --- a/www/lightsquid/Makefile +++ b/www/lightsquid/Makefile @@ -34,7 +34,7 @@ SUB_LIST+= NOTEWORK="" .include <bsd.port.pre.mk> .if !defined(WITHOUT_GDSUPPORT) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD +RUN_DEPENDS+= p5-GD>=0:${PORTSDIR}/graphics/p5-GD .endif post-patch: |