Date: Wed, 25 Jun 2014 06:36:10 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359190 - head/misc/help2man Message-ID: <201406250636.s5P6aAep025789@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jun 25 06:36:10 2014 New Revision: 359190 URL: http://svnweb.freebsd.org/changeset/ports/359190 QAT: https://qat.redports.org/buildarchive/r359190/ Log: Avoid circular dependency is base is built WITHOUT_INFO Modified: head/misc/help2man/Makefile Modified: head/misc/help2man/Makefile ============================================================================== --- head/misc/help2man/Makefile Wed Jun 25 06:34:54 2014 (r359189) +++ head/misc/help2man/Makefile Wed Jun 25 06:36:10 2014 (r359190) @@ -16,7 +16,8 @@ OPTIONS_DEFINE= NLS CFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -USES= gmake perl5 +# keep gmake:lite has a dependency to avoid circular dependency +USES= gmake:lite perl5 INFO= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406250636.s5P6aAep025789>