Index: head/devel/gperf/Makefile =================================================================== --- head/devel/gperf/Makefile (revision 431161) +++ head/devel/gperf/Makefile (revision 431162) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= gperf PORTVERSION= 3.0.3 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU MAINTAINER= dinoex@FreeBSD.org COMMENT= Generates perfect hash functions for sets of keywords LICENSE= GPLv2 CONFLICTS= ace+tao-[0-9]* MAKE_JOBS_UNSAFE= yes -# avoid GPL3 -PORTSCOUT= skipv:3.0.4 +# avoid GPLv3 in generated code +PORTSCOUT= ignore GNU_CONFIGURE= yes CONFIGURE_ARGS+= --docdir=${DOCSDIR} INFO= gperf regression-test: test test: build cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check .include