diff options
author | stas <stas@FreeBSD.org> | 2007-03-11 16:51:14 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-03-11 16:51:14 +0800 |
commit | a2724272755bd3d479b57d4112c7d6ce2f21807e (patch) | |
tree | 2cc1da2fbddb7a27923bab24c8be5051f1063291 /x11-wm/epplets | |
parent | 3bfd3a9293fced94b9f8604b6ac6352531f57eec (diff) | |
download | freebsd-ports-graphics-a2724272755bd3d479b57d4112c7d6ce2f21807e.tar.gz freebsd-ports-graphics-a2724272755bd3d479b57d4112c7d6ce2f21807e.tar.zst freebsd-ports-graphics-a2724272755bd3d479b57d4112c7d6ce2f21807e.zip |
- Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion
was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
support it anymore. [2]
The patch was tested in the tinderbox.
Approved by: portmgr (marcus) [1],
Anders Troback <freebsd@troback.com> (maintainer) [2]
Diffstat (limited to 'x11-wm/epplets')
-rw-r--r-- | x11-wm/epplets/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile index 64f173cc6ce..9178fba7595 100644 --- a/x11-wm/epplets/Makefile +++ b/x11-wm/epplets/Makefile @@ -7,6 +7,7 @@ PORTNAME= epplets PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment @@ -15,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A collection of Enlightenment dock applications BUILD_DEPENDS= e16:${PORTSDIR}/x11-wm/enlightenment -LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \ +LIB_DEPENDS= Imlib2.4:${PORTSDIR}/graphics/imlib2 \ cdaudio.1:${PORTSDIR}/audio/libcdaudio RUN_DEPENDS= import:${PORTSDIR}/graphics/ImageMagick \ e16:${PORTSDIR}/x11-wm/enlightenment |