diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2010-12-14 07:30:56 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2010-12-14 07:30:56 +0000 |
commit | 4e6b9d37ad988e5ce212eb64d3da6c89f036995b (patch) | |
tree | c034200ad770d5a81c162443b728bd36b7987a9c /x11-wm/e17-module-deskshow/Makefile | |
parent | 32d827c027cde0f59dfae87babbc1499241115ab (diff) |
- Update e17 applications suite to the recent snapshot.
Thanks to Grzegorz Blach <magik@roorback.net> for doing the hard work
preparing the initial version of the update!
PR: ports/148038
Submitted by: Grzegorz Blach <magik@roorback.net> (based on)
Notes
Notes:
svn path=/head/; revision=266276
Diffstat (limited to 'x11-wm/e17-module-deskshow/Makefile')
-rw-r--r-- | x11-wm/e17-module-deskshow/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-wm/e17-module-deskshow/Makefile b/x11-wm/e17-module-deskshow/Makefile index b6811a5334e4..262486184ca8 100644 --- a/x11-wm/e17-module-deskshow/Makefile +++ b/x11-wm/e17-module-deskshow/Makefile @@ -6,23 +6,23 @@ # PORTNAME= deskshow -PORTVERSION= 20080223 -PORTREVISION= 4 -CATEGORIES= x11-wm -MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ +PORTVERSION= 20101003 +CATEGORIES= x11-wm enlightenment +MASTER_SITES= http://files.roorback.net/e17/2010-10-03/modules/ PKGNAMEPREFIX= e17-module- DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= stas@FreeBSD.org COMMENT= E17 module that minimizes all windows to show the desktop -BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment -RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +DIST_SUBDIR= e17 GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnometarget pkgconfig -USE_EFL= edje +USE_EFL= edje libtool_hack modarch_hack .include <bsd.port.mk> |