diff options
-rw-r--r-- | graphics/epsilon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/epsilon/Makefile b/graphics/epsilon/Makefile index 37289531bd69..116f71eb054c 100644 --- a/graphics/epsilon/Makefile +++ b/graphics/epsilon/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://enlightenment.freedesktop.org/files/ MAINTAINER= vanilla@FreeBSD.org COMMENT= A small, display independent, and quick thumbnailing library -LIB_DEPENDS= epeg.9:${PORTSDIR}/graphics/epeg +LIB_DEPENDS= epeg.9:${PORTSDIR}/graphics/epeg \ + Imlib2.3:${PORTSDIR}/graphics/imlib2 USE_LIBTOOL_VER= 15 USE_GNOME= gnomehack gnometarget |