diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-29 20:11:22 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-29 20:11:22 +0000 |
commit | f5ebd23a61c055722b1370d39689c0155750ceae (patch) | |
tree | 9f6ee7990156009ac5fb32a1b518a8a838549dbb /deskutils/xmdiary/Makefile | |
parent | 56b17331ce3b7f9fb6695a743cb32fe5d8692e15 (diff) |
Notes
Diffstat (limited to 'deskutils/xmdiary/Makefile')
-rw-r--r-- | deskutils/xmdiary/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/xmdiary/Makefile b/deskutils/xmdiary/Makefile index b289a10767bb..38aea77ad1c2 100644 --- a/deskutils/xmdiary/Makefile +++ b/deskutils/xmdiary/Makefile @@ -3,18 +3,16 @@ PORTNAME= xmdiary PORTVERSION= 3.0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MASTER_SITES= XCONTRIB/office MAINTAINER= mi@aldan.algebra.com COMMENT= Personal and group calendar utility -DEPRECATED= Depends on deprecated libXp - NO_CDROM= Do not sell for profit USES= imake motif xorg -USE_XORG= x11 xext xp xpm xt +USE_XORG= x11 xext xpm xt post-patch: @${REINPLACE_CMD} -e 's/malloc\.h/stdlib.h/' \ |