--- deskutils/simpleagenda/Makefile (revision 492056) +++ deskutils/simpleagenda/Makefile (working copy) @@ -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,12 +10,13 @@ MAINTAINER= theraven@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 USES= gnustep -USE_GNUSTEP= back build +USE_GNUSTEP= back base build gui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -23,6 +24,5 @@ pre-configure: ${REINPLACE_CMD} -e 's|SimpleAgenda|SimpleAgenda.m|' ${WRKSRC}/configure - ${REINPLACE_CMD} -e 's|-luuid||' ${WRKSRC}/GNUmakefile.preamble .include