diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-08-07 20:57:26 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-08-07 20:57:26 +0000 |
commit | fa1ad4bd21abc080dc8427316f250a0ec2c103b5 (patch) | |
tree | 343cf8a991a518d716d88d51b00fe599e0811f9b /graphics/ethumb/Makefile | |
parent | 0e9b3922fc966d3c9408f896d6ddd89b39c70109 (diff) |
Notes
Diffstat (limited to 'graphics/ethumb/Makefile')
-rw-r--r-- | graphics/ethumb/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/ethumb/Makefile b/graphics/ethumb/Makefile index 3fadfb7f6cdc..e3f2dd72874a 100644 --- a/graphics/ethumb/Makefile +++ b/graphics/ethumb/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ethumb -PORTVERSION= 1.7.7 +PORTVERSION= 1.7.8 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -33,20 +33,20 @@ ETHUMBD_DESC= Build ethumbd daemon (requires dbus) .if ${PORT_OPTIONS:MEMOTION} USE_EFL+= emotion -CONFIGURE_ARGS+= --enable-emotion +CONFIGURE_ARGS+=--enable-emotion PLIST_SUB+= EMOTION="" .else -CONFIGURE_ARGS+= --disable-emotion +CONFIGURE_ARGS+=--disable-emotion PLIST_SUB+= EMOTION="@comment " .endif .if ${PORT_OPTIONS:METHUMBD} USE_EFL+= edbus PLIST_SUB+= ETHUMBD="" -CONFIGURE_ARGS+= --enable-ethumbd +CONFIGURE_ARGS+=--enable-ethumbd .else PLIST_SUB+= ETHUMBD="@comment " -CONFIGURE_ARGS+= --disable-ethumbd +CONFIGURE_ARGS+=--disable-ethumbd .endif .include <bsd.port.mk> |