svn commit: r330164 - head/graphics/evas-loader-xpm

Grzegorz Blach gblach at FreeBSD.org
Sat Oct 12 18:09:10 UTC 2013


Author: gblach
Date: Sat Oct 12 18:09:09 2013
New Revision: 330164
URL: http://svnweb.freebsd.org/changeset/ports/330164

Log:
  - Convert to new LIB_DEPENDS syntax
  - Support staging

Modified:
  head/graphics/evas-loader-xpm/Makefile

Modified: head/graphics/evas-loader-xpm/Makefile
==============================================================================
--- head/graphics/evas-loader-xpm/Makefile	Sat Oct 12 18:08:23 2013	(r330163)
+++ head/graphics/evas-loader-xpm/Makefile	Sat Oct 12 18:09:09 2013	(r330164)
@@ -14,7 +14,7 @@ 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
@@ -26,7 +26,6 @@ USE_LDCONFIG=	yes
 
 MAKEDIRS=	${WRKSRC}/src/modules/loaders/xpm
 
-NO_STAGE=	yes
 .include "../evas-core/Makefile.inc"
 CONFIGURE_ARGS+=	--enable-image-loader-xpm
 


More information about the svn-ports-head mailing list