diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-06-17 02:03:04 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-06-17 02:03:04 +0000 |
commit | 8f41bf0bfce92789fbb95accfc992d89299032be (patch) | |
tree | 153a84077a5b3ecc0da2445a2e0ff75c6840fc1c | |
parent | Add CONFLICTS with x11-wm/enlightenment-devel. (diff) |
Fix build error on 4-stable (my fool, forgot to depends to imlib2).
Obtained from: kris@
Notes
Notes:
svn path=/head/; revision=137593
-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 |