aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-MIDI
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-04 02:58:34 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-04 02:58:34 +0000
commitf09059cc338d45e816a1c067b020c2828f68f4e4 (patch)
tree9733e402cff1bff52862c434a3e1ef9927cd7e49 /audio/p5-MIDI
parent11bd290c5b0bb9c38b434c426176709b3f80385d (diff)
downloadports-f09059cc338d45e816a1c067b020c2828f68f4e4.tar.gz
ports-f09059cc338d45e816a1c067b020c2828f68f4e4.zip
Notes
Diffstat (limited to 'audio/p5-MIDI')
-rw-r--r--audio/p5-MIDI/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/p5-MIDI/Makefile b/audio/p5-MIDI/Makefile
index 4f30dd9b67ce..3925c2e994a2 100644
--- a/audio/p5-MIDI/Makefile
+++ b/audio/p5-MIDI/Makefile
@@ -23,7 +23,7 @@ MAN3= MIDI.3 MIDI::Event.3 MIDI::Filespec.3 MIDI::Opus.3 MIDI::Score.3 \
.include <bsd.port.pre.mk>
.if defined(WITH_GD)
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
+BUILD_DEPENDS+= p5-GD>=0:${PORTSDIR}/graphics/p5-GD
RUN_DEPENDS+= ${BUILD_DEPENDS}
.endif