summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-10-12 15:05:08 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-10-12 15:05:08 +0000
commitf4ab1d5103675021a14f175575cd6e2b7118e8a0 (patch)
treeb4d534537c2cc4f32c4ae617412966180d3ea487 /graphics
parent- Convert USE_GMAKE=yes to USES=gmake (diff)
- Convert to new LIB_DEPENDS syntax
- Support staging
Notes
Notes: svn path=/head/; revision=330130
Diffstat (limited to 'graphics')
-rw-r--r--graphics/evas-loader-gif/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/evas-loader-gif/Makefile b/graphics/evas-loader-gif/Makefile
index 8575f7675d62..e510c6ec99be 100644
--- a/graphics/evas-loader-gif/Makefile
+++ b/graphics/evas-loader-gif/Makefile
@@ -14,8 +14,8 @@ COMMENT= A hardware accelerated canvas API (GIF loader)
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