Index: head/audio/sratom/Makefile =================================================================== --- head/audio/sratom/Makefile (revision 480650) +++ head/audio/sratom/Makefile (revision 480651) @@ -1,27 +1,27 @@ # Created by: Michael Beer # $FreeBSD$ PORTNAME= sratom PORTVERSION= 0.6.2 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ MAINTAINER= beerml@sigma6audio.de COMMENT= Sratom is a library for serialising LV2 atoms to/from RDF LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libserd-0.so:devel/serd libsord-0.so:devel/sord BUILD_DEPENDS= lv2>=1.14.0:audio/lv2 USES= pkgconfig python:build tar:bzip2 waf - +USE_CSTD= c99 USE_LDCONFIG= yes PLIST_SUB= VERSION=${PORTVERSION} post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsratom-0.so.${PORTVERSION} .include