Index: head/audio/taglookup/Makefile =================================================================== --- head/audio/taglookup/Makefile (revision 486871) +++ head/audio/taglookup/Makefile (revision 486872) @@ -1,24 +1,24 @@ # Created by: Alex Allan # $FreeBSD$ PORTNAME= taglookup PORTVERSION= 0.2 PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.kamaz.org.uk/taglookup/ MAINTAINER= alex@kamaz.org.uk COMMENT= Utility for tagging groups of audio files using CDDB LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcddb.so:audio/libcddb \ libtag.so:audio/taglib -USES= pkgconfig tar:tgz +USES= compiler:c++11-lang pkgconfig tar:tgz PLIST_FILES= bin/taglookup \ man/man1/taglookup.1.gz .include