svn commit: r528450 - head/deskutils/simpleagenda

Tobias C. Berner tcberner at FreeBSD.org
Sat Mar 14 21:56:19 UTC 2020


Author: tcberner
Date: Sat Mar 14 21:56:18 2020
New Revision: 528450
URL: https://svnweb.freebsd.org/changeset/ports/528450

Log:
  deskutils/simpleagenda: unbreak after r528448
  
  Pointy hat:	tcberner
  PR:		239167
  Submitted by:	lightside <lightside at gmx.com>

Modified:
  head/deskutils/simpleagenda/Makefile

Modified: head/deskutils/simpleagenda/Makefile
==============================================================================
--- head/deskutils/simpleagenda/Makefile	Sat Mar 14 21:22:31 2020	(r528449)
+++ head/deskutils/simpleagenda/Makefile	Sat Mar 14 21:56:18 2020	(r528450)
@@ -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 at 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>


More information about the svn-ports-all mailing list