svn commit: r330130 - head/graphics/evas-loader-gif
Grzegorz Blach
gblach at FreeBSD.org
Sat Oct 12 15:05:09 UTC 2013
Author: gblach
Date: Sat Oct 12 15:05:08 2013
New Revision: 330130
URL: http://svnweb.freebsd.org/changeset/ports/330130
Log:
- Convert to new LIB_DEPENDS syntax
- Support staging
Modified:
head/graphics/evas-loader-gif/Makefile
Modified: head/graphics/evas-loader-gif/Makefile
==============================================================================
--- head/graphics/evas-loader-gif/Makefile Sat Oct 12 15:01:51 2013 (r330129)
+++ head/graphics/evas-loader-gif/Makefile Sat Oct 12 15:05:08 2013 (r330130)
@@ -14,8 +14,8 @@ COMMENT= A hardware accelerated canvas A
LICENSE= BSD
-LIB_DEPENDS= gif:${PORTSDIR}/graphics/giflib \
- freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \
+ libfreetype.so:${PORTSDIR}/print/freetype2
DIST_SUBDIR= e17
USE_BZIP2= yes
@@ -26,7 +26,6 @@ USE_LDCONFIG= yes
MAKEDIRS= ${WRKSRC}/src/modules/loaders/gif
-NO_STAGE= yes
.include "../evas-core/Makefile.inc"
CONFIGURE_ARGS+= --enable-image-loader-gif
More information about the svn-ports-all
mailing list