[Midnightbsd-cvs] mports [20724] trunk/devel/p5-SDL/Makefile: fix depends
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Nov 11 08:18:46 EST 2015
Revision: 20724
http://svnweb.midnightbsd.org/mports/?rev=20724
Author: laffer1
Date: 2015-11-11 08:18:45 -0500 (Wed, 11 Nov 2015)
Log Message:
-----------
fix depends
Modified Paths:
--------------
trunk/devel/p5-SDL/Makefile
Modified: trunk/devel/p5-SDL/Makefile
===================================================================
--- trunk/devel/p5-SDL/Makefile 2015-11-09 16:50:15 UTC (rev 20723)
+++ trunk/devel/p5-SDL/Makefile 2015-11-11 13:18:45 UTC (rev 20724)
@@ -11,11 +11,13 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Perl Bindings for SDL
-LICENSE= perl
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-YAML>=0.62:${PORTSDIR}/textproc/p5-YAML
-LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
- jpeg.11:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg
USE_PERL5= yes
USE_SDL= sdl
More information about the Midnightbsd-cvs
mailing list