diff options
Diffstat (limited to 'devel/p5-SDL/Makefile')
-rw-r--r-- | devel/p5-SDL/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile index bf223e455102..05e7db9f21c7 100644 --- a/devel/p5-SDL/Makefile +++ b/devel/p5-SDL/Makefile @@ -15,13 +15,12 @@ LICENSE= GPLv2 BUILD_DEPENDS= p5-Alien-SDL>=1.426:${PORTSDIR}/devel/p5-Alien-SDL LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ libtiff.so:${PORTSDIR}/graphics/tiff \ libsmpeg.so:${PORTSDIR}/multimedia/smpeg RUN_DEPENDS= p5-Alien-SDL>=1.426:${PORTSDIR}/devel/p5-Alien-SDL \ p5-Tie-Simple>=0:${PORTSDIR}/devel/p5-Tie-Simple -USES= perl5 +USES= jpeg perl5 USE_GL= glu USE_PERL5= modbuild USE_SDL= gfx image mixer pango sdl ttf |