diff options
Diffstat (limited to 'deskutils/simpleagenda/Makefile')
-rw-r--r-- | deskutils/simpleagenda/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/deskutils/simpleagenda/Makefile b/deskutils/simpleagenda/Makefile index 821d89492cb9..e3f47931114b 100644 --- a/deskutils/simpleagenda/Makefile +++ b/deskutils/simpleagenda/Makefile @@ -1,21 +1,19 @@ # $FreeBSD$ PORTNAME= simpleagenda -PORTVERSION= 0.42 -PORTREVISION= 1 +PORTVERSION= 0.43 +PORTREVISION= 0 CATEGORIES= deskutils gnustep MASTER_SITES= http://coyote.octets.fr/pub/gnustep/ DISTNAME= SimpleAgenda-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= theraven@FreeBSD.org COMMENT= simple calendar and agenda application LIB_DEPENDS+= ical:${PORTSDIR}/devel/libical LICENSE= GPLv2 -BROKEN= does not build - USE_GNUSTEP= yes USE_GNUSTEP_CONFIGURE= yes USE_GNUSTEP_BACK= yes @@ -24,7 +22,6 @@ USE_GNUSTEP_INSTALL= yes CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include -ADDITIONAL_OBJCFLAGS= '-Dsel_isEqual(x,y) (x==y)' pre-configure: ${REINPLACE_CMD} -e 's|SimpleAgenda|SimpleAgenda.m|' ${WRKSRC}/configure |