diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-07-16 00:17:10 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-07-16 00:17:10 +0800 |
commit | 50a41bcc25524683ded61165290b40700c0b0c59 (patch) | |
tree | 2cf8413e6a4bbb05e010e3e827873ae1467dcf13 | |
parent | b355e1d12d05ac7a823944967a1295886a74579b (diff) | |
download | freebsd-ports-gnome-50a41bcc25524683ded61165290b40700c0b0c59.tar.gz freebsd-ports-gnome-50a41bcc25524683ded61165290b40700c0b0c59.tar.zst freebsd-ports-gnome-50a41bcc25524683ded61165290b40700c0b0c59.zip |
Add depend to graphics/edje.
-rw-r--r-- | graphics/esmart/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/esmart/Makefile b/graphics/esmart/Makefile index 409bc75c9aaf..e277b2732c5d 100644 --- a/graphics/esmart/Makefile +++ b/graphics/esmart/Makefile @@ -7,6 +7,7 @@ PORTNAME= esmart PORTVERSION= 0.9.0.003 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://enlightenment.freedesktop.org/files/ @@ -14,6 +15,7 @@ MAINTAINER= vanilla@FreeBSD.org COMMENT= Evas smart objects development libraries LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \ + edje.5:${PORTSDIR}/graphics/edje \ epsilon.0:${PORTSDIR}/graphics/epsilon \ evas.1:${PORTSDIR}/graphics/evas \ ecore.1:${PORTSDIR}/x11/ecore |