diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-07-15 16:18:25 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-07-15 16:18:25 +0000 |
commit | fbfa26d78beb26367725b60fcdc912296aa0de46 (patch) | |
tree | 46fc67004f1ae02689c9dfce682e75692b625cd0 /graphics | |
parent | f014033655e9004ff0f65ece248880c5d9dcd40b (diff) | |
download | ports-fbfa26d78beb26367725b60fcdc912296aa0de46.tar.gz ports-fbfa26d78beb26367725b60fcdc912296aa0de46.zip |
Add depend to graphics/esmart.
Notes
Notes:
svn path=/head/; revision=139285
Diffstat (limited to 'graphics')
-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 2c970d2b1e6d..af32a1b6a7a7 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 |