summaryrefslogtreecommitdiff
path: root/deskutils/simpleagenda/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-03-14 21:56:18 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-03-14 21:56:18 +0000
commit38d6eaa8a065eb9c382a2253094e00b02b45bec1 (patch)
treebc585cb9efdaf0f741c19ab0ac47a9e7091cd045 /deskutils/simpleagenda/Makefile
parentaudio/xmmix: Fix path that is used to find help file (diff)
deskutils/simpleagenda: unbreak after r528448
Pointy hat: tcberner PR: 239167 Submitted by: lightside <lightside@gmx.com>
Notes
Notes: svn path=/head/; revision=528450
Diffstat (limited to '')
-rw-r--r--deskutils/simpleagenda/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/simpleagenda/Makefile b/deskutils/simpleagenda/Makefile
index d43225e79919..ba7560cb123b 100644
--- a/deskutils/simpleagenda/Makefile
+++ b/deskutils/simpleagenda/Makefile
@@ -2,7 +2,7 @@
PORTNAME= simpleagenda
PORTVERSION= 0.43
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= deskutils gnustep
MASTER_SITES= http://coyote.octets.fr/pub/gnustep/
DISTNAME= SimpleAgenda-${PORTVERSION}
@@ -10,7 +10,8 @@ DISTNAME= SimpleAgenda-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= simple calendar and agenda application
-LIB_DEPENDS+= libical.so:devel/libical
+LIB_DEPENDS+= libical.so:devel/libical \
+ libuuid.so:misc/e2fsprogs-libuuid
LICENSE= GPLv2
@@ -23,6 +24,5 @@ CFLAGS+= -I${LOCALBASE}/include
pre-configure:
${REINPLACE_CMD} -e 's|SimpleAgenda|SimpleAgenda.m|' ${WRKSRC}/configure
- ${REINPLACE_CMD} -e 's|-luuid||' ${WRKSRC}/GNUmakefile.preamble
.include <bsd.port.mk>