svn commit: r330153 - head/graphics/evas-loader-jpeg
Grzegorz Blach
gblach at FreeBSD.org
Sat Oct 12 17:42:53 UTC 2013
Author: gblach
Date: Sat Oct 12 17:42:53 2013
New Revision: 330153
URL: http://svnweb.freebsd.org/changeset/ports/330153
Log:
- Convert USE_GMAKE=yes to USES=gmake
- Convert to new LIB_DEPENDS syntax
- Support staging
Modified:
head/graphics/evas-loader-jpeg/Makefile
Modified: head/graphics/evas-loader-jpeg/Makefile
==============================================================================
--- head/graphics/evas-loader-jpeg/Makefile Sat Oct 12 17:30:09 2013 (r330152)
+++ head/graphics/evas-loader-jpeg/Makefile Sat Oct 12 17:42:53 2013 (r330153)
@@ -14,21 +14,19 @@ COMMENT= A hardware accelerated canvas A
LICENSE= BSD
-LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
- freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libfreetype.so:${PORTSDIR}/print/freetype2
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USES= pkgconfig
+USES= gmake pkgconfig
USE_EFL= evas librt_hack libtool_hack
USE_LDCONFIG= yes
MAKEDIRS= ${WRKSRC}/src/modules/loaders/jpeg \
${WRKSRC}/src/modules/savers/jpeg
-NO_STAGE= yes
.include "../evas-core/Makefile.inc"
CONFIGURE_ARGS+= --enable-image-loader-jpeg
More information about the svn-ports-all
mailing list