aboutsummaryrefslogtreecommitdiff
path: root/deskutils
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
parentd980094bbf1f5813c5642bcee9354877e8ed8ed2 (diff)
downloadports-38d6eaa8a065eb9c382a2253094e00b02b45bec1.tar.gz
ports-38d6eaa8a065eb9c382a2253094e00b02b45bec1.zip
Notes
Diffstat (limited to 'deskutils')
-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>