svn commit: r359190 - head/misc/help2man
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jun 25 06:36:11 UTC 2014
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} \
More information about the svn-ports-all
mailing list