diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-07-15 16:18:25 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-07-15 16:18:25 +0000 |
commit | 6c64a01fb52e99a9c3c6e3833fc02f8a1f8eb96a (patch) | |
tree | e90bcaf64ad7e102e2b33abb803ee85ab5330871 /graphics | |
parent | 019f82de504acd447869e299586472c6271041e3 (diff) | |
download | FreeBSD-ports-6c64a01fb52e99a9c3c6e3833fc02f8a1f8eb96a.zip FreeBSD-ports-6c64a01fb52e99a9c3c6e3833fc02f8a1f8eb96a.tar.gz |
Add depend to graphics/esmart.
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 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 |