svn commit: r330127 - head/graphics/evas-loader-eet
Grzegorz Blach
gblach at FreeBSD.org
Sat Oct 12 13:08:49 UTC 2013
Author: gblach
Date: Sat Oct 12 13:08:48 2013
New Revision: 330127
URL: http://svnweb.freebsd.org/changeset/ports/330127
Log:
- Convert USE_GMAKE=yes to USES=gmake
- Convert to new LIB_DEPENDS syntax
- Support staging
Modified:
head/graphics/evas-loader-eet/Makefile
Modified: head/graphics/evas-loader-eet/Makefile
==============================================================================
--- head/graphics/evas-loader-eet/Makefile Sat Oct 12 13:06:29 2013 (r330126)
+++ head/graphics/evas-loader-eet/Makefile Sat Oct 12 13:08:48 2013 (r330127)
@@ -14,20 +14,18 @@ COMMENT= A hardware accelerated canvas A
LICENSE= BSD
-LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= 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 eet librt_hack libtool_hack
USE_LDCONFIG= yes
MAKEDIRS= ${WRKSRC}/src/modules/loaders/eet \
${WRKSRC}/src/modules/savers/eet
-NO_STAGE= yes
.include "../evas-core/Makefile.inc"
CONFIGURE_ARGS+= --enable-image-loader-eet
More information about the svn-ports-head
mailing list