diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-05-20 04:40:27 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-05-20 04:40:27 +0000 |
commit | 7256f929a5d1aad0600b9987d20892e2f9a42f74 (patch) | |
tree | b151dc3bee3d88347b673a18f28fb782ac7dc699 /deskutils/simpleagenda/Makefile | |
parent | Augment port description text. (diff) |
- update to 0.42
Diffstat (limited to 'deskutils/simpleagenda/Makefile')
-rw-r--r-- | deskutils/simpleagenda/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/simpleagenda/Makefile b/deskutils/simpleagenda/Makefile index 6ee4f8fd1e63..6e9fbd212f3e 100644 --- a/deskutils/simpleagenda/Makefile +++ b/deskutils/simpleagenda/Makefile @@ -6,7 +6,7 @@ # PORTNAME= simpleagenda -PORTVERSION= 0.41.1 +PORTVERSION= 0.42 CATEGORIES= deskutils gnustep MASTER_SITES= http://coyote.octets.fr/pub/gnustep/ DISTNAME= SimpleAgenda-${PORTVERSION} @@ -27,6 +27,7 @@ USE_GNUSTEP_INSTALL= yes CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" +ADDITIONAL_OBJCFLAGS= '-Dsel_isEqual(x,y) (x==y)' pre-configure: ${REINPLACE_CMD} -e 's|SimpleAgenda|SimpleAgenda.m|' ${WRKSRC}/configure |