diff options
author | gblach <gblach@FreeBSD.org> | 2013-10-06 08:23:50 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-10-06 08:23:50 +0800 |
commit | 24af0dd89bd80de99da7782aaface981e1014c84 (patch) | |
tree | c14f49d94ccbc6b1aa5781f66a82b166ad9405a5 /graphics | |
parent | 8c1ec21f4fdb992956f876b90dac39f06e2a8d81 (diff) | |
download | freebsd-ports-gnome-24af0dd89bd80de99da7782aaface981e1014c84.tar.gz freebsd-ports-gnome-24af0dd89bd80de99da7782aaface981e1014c84.tar.zst freebsd-ports-gnome-24af0dd89bd80de99da7782aaface981e1014c84.zip |
- Convert to new LIB_DEPENDS syntax
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
Diffstat (limited to 'graphics')
-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} |