Index: head/devel/uclcmd/Makefile =================================================================== --- head/devel/uclcmd/Makefile (revision 421862) +++ head/devel/uclcmd/Makefile (revision 421863) @@ -1,25 +1,27 @@ # $FreeBSD$ PORTNAME= uclcmd PORTVERSION= 0.1 CATEGORIES= devel MAINTAINER= johannes@perceivon.net COMMENT= Command line tool for working with UCL config files LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libucl.so:textproc/libucl +BROKEN_FreeBSD_9= does not build: requires mkostemp(3) which is only available on FreeBSD 10+ + USE_GITHUB= yes GH_ACCOUNT= allanjude GH_TAGNAME= 0d336e9 USES= pkgconfig PLIST_FILES= bin/uclcmd post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include