diff --git a/devel/urjtag/Makefile b/devel/urjtag/Makefile index e73bee605bd2..f37772b24066 100644 --- a/devel/urjtag/Makefile +++ b/devel/urjtag/Makefile @@ -1,4 +1,4 @@ -# Created by: Bruce M. Simpson +# Created by: Bruce M. Simpson # $FreeBSD$ PORTNAME= urjtag @@ -10,7 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Extended utility to work with JTAG-aware boards -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex +LICENSE= GPLv2 + +BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex USE_BZIP2= yes USE_GMAKE= yes @@ -62,6 +64,7 @@ CONFIGURE_ARGS+=--disable-nls .endif post-patch: +# Suppress svn(1) binary detection @${REINPLACE_CMD} -e 's|^SVN=.*|SVN=''|' ${WRKSRC}/configure .include diff --git a/devel/urjtag/pkg-descr b/devel/urjtag/pkg-descr index 319f659dd02b..71f3aef9faf8 100644 --- a/devel/urjtag/pkg-descr +++ b/devel/urjtag/pkg-descr @@ -1,5 +1,5 @@ -UrJTAG aims to create an enhanced, modern tool for communicating over -JTAG with flash chips, CPUs, and many more. It takes on the well proven -openwince jtag tools code. +UrJTAG aims to create an enhanced, modern tool for communicating over JTAG +interface with flash chips, CPUs, and many more. It takes on well proven +openwince JTAG tools code. -WWW: http://urjtag.org/ +WWW: http://urjtag.org/