diff options
-rw-r--r-- | graphics/entice/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/entice/Makefile b/graphics/entice/Makefile index 2c970d2..af32a1b 100644 --- a/graphics/entice/Makefile +++ b/graphics/entice/Makefile @@ -7,6 +7,7 @@ PORTNAME= entice PORTVERSION= 0.9.3.003 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://enlightenment.freedesktop.org/files/ @@ -14,7 +15,8 @@ MAINTAINER= vanilla@FreeBSD.org COMMENT= An image viewer written using libraries for Enlightenment 0.17 development LIB_DEPENDS= ecore.1:${PORTSDIR}/x11/ecore \ - evas.1:${PORTSDIR}/graphics/evas + evas.1:${PORTSDIR}/graphics/evas \ + esmart_thumb.0:${PORTSDIR}/graphics/esmart USE_X_PREFIX= yes USE_LIBTOOL_VER= 15 |