diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-06 00:23:50 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-06 00:23:50 +0000 |
commit | 2c1454a01ef0cafdc2de77ee53fd1a46faa43ce4 (patch) | |
tree | c14f49d94ccbc6b1aa5781f66a82b166ad9405a5 | |
parent | - Support staging (diff) |
- Convert to new LIB_DEPENDS syntax
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
Notes
Notes:
svn path=/head/; revision=329523
-rw-r--r-- | graphics/ethumb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/ethumb/Makefile b/graphics/ethumb/Makefile index 30037dd31000..64a26db05feb 100644 --- a/graphics/ethumb/Makefile +++ b/graphics/ethumb/Makefile @@ -12,7 +12,7 @@ COMMENT= Thumbnail generator library LICENSE= LGPL21 -LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif DIST_SUBDIR= e17 USE_BZIP2= yes @@ -29,7 +29,6 @@ OPTIONS_DEFAULT=EMOTION ETHUMBD EMOTION_DESC= Build with Emotion module ETHUMBD_DESC= Build ethumbd daemon (requires dbus) -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEMOTION} |