summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-10-12 17:42:53 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-10-12 17:42:53 +0000
commit669b7fb69db4076e1688cca845ce1865727e6287 (patch)
tree8f9ab94884d97f3f66957fd29cf23cdd5439cdc8 /graphics
parent- Fix mumble not detecting celt libraries (diff)
- Convert USE_GMAKE=yes to USES=gmake
- Convert to new LIB_DEPENDS syntax - Support staging
Notes
Notes: svn path=/head/; revision=330153
Diffstat (limited to 'graphics')
-rw-r--r--graphics/evas-loader-jpeg/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/evas-loader-jpeg/Makefile b/graphics/evas-loader-jpeg/Makefile
index 4222205b22d6..1de34a23805c 100644
--- a/graphics/evas-loader-jpeg/Makefile
+++ b/graphics/evas-loader-jpeg/Makefile
@@ -14,21 +14,19 @@ COMMENT= A hardware accelerated canvas API (JPEG loader)
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