diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 18:09:09 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 18:09:09 +0000 |
commit | 45f504b30eb5bab3b4bf67289fa3886fe7d20575 (patch) | |
tree | df423d8b528575b60befde196d8f1dd92f9013d0 /graphics/evas-loader-xpm | |
parent | e7ac26213e0f8994fa05f85fea334790a887f6d2 (diff) |
Notes
Diffstat (limited to 'graphics/evas-loader-xpm')
-rw-r--r-- | graphics/evas-loader-xpm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/evas-loader-xpm/Makefile b/graphics/evas-loader-xpm/Makefile index d00cf022ac05..ff37113b4b65 100644 --- a/graphics/evas-loader-xpm/Makefile +++ b/graphics/evas-loader-xpm/Makefile @@ -14,7 +14,7 @@ COMMENT= A hardware accelerated canvas API (XPM loader) 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 |