diff options
author | gblach <gblach@FreeBSD.org> | 2013-10-12 23:05:08 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-10-12 23:05:08 +0800 |
commit | 39667d1646102e97a28af0cab70a4e03e1f81b62 (patch) | |
tree | b4d534537c2cc4f32c4ae617412966180d3ea487 | |
parent | 180efa71128f73b1eb34a3af7f0d3a6f4381f4d0 (diff) | |
download | freebsd-ports-gnome-39667d1646102e97a28af0cab70a4e03e1f81b62.tar.gz freebsd-ports-gnome-39667d1646102e97a28af0cab70a4e03e1f81b62.tar.zst freebsd-ports-gnome-39667d1646102e97a28af0cab70a4e03e1f81b62.zip |
- Convert to new LIB_DEPENDS syntax
- Support staging
-rw-r--r-- | graphics/evas-loader-gif/Makefile | 5 |
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 |