diff options
Diffstat (limited to 'x11-wm/e17-module-calendar/Makefile')
-rw-r--r-- | x11-wm/e17-module-calendar/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/x11-wm/e17-module-calendar/Makefile b/x11-wm/e17-module-calendar/Makefile index 72323396da12..724071efdff0 100644 --- a/x11-wm/e17-module-calendar/Makefile +++ b/x11-wm/e17-module-calendar/Makefile @@ -6,11 +6,11 @@ # PORTNAME= calendar -PORTVERSION= 20060926 -PORTREVISION= 1 +PORTVERSION= 20080223 +PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= x11 -MASTER_SITES= http://sunner.elcomnet.ru/~stas/ +MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ PKGNAMEPREFIX= e17-module- DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -27,8 +27,6 @@ USE_EFL= ecore evas edje eet USE_EFL_ESMART= trans_x11 GNU_CONFIGURE= yes -IGNORE= doesn't compile with recent e17 - .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" @@ -37,7 +35,4 @@ CONFIGURE_ARGS= --disable-nls PLIST_SUB+= NLS="@comment " .endif -post-patch: - @${REINPLACE_CMD} -e s,`${PRINTF} '\r'`,,g ${WRKSRC}/src/*.[ch] - .include <bsd.port.mk> |