aboutsummaryrefslogtreecommitdiffstats
path: root/misc/help2man
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-06-25 14:36:10 +0800
committerbapt <bapt@FreeBSD.org>2014-06-25 14:36:10 +0800
commit9378e4552e1ae468ab7d25f1e848a0790d50d084 (patch)
tree1fae8229d0f820bff41ac9625f2cb9564e550aab /misc/help2man
parent3d2cfe58c07cbb25caf3cc3185282dc51b7d3cd5 (diff)
downloadfreebsd-ports-gnome-9378e4552e1ae468ab7d25f1e848a0790d50d084.tar.gz
freebsd-ports-gnome-9378e4552e1ae468ab7d25f1e848a0790d50d084.tar.zst
freebsd-ports-gnome-9378e4552e1ae468ab7d25f1e848a0790d50d084.zip
Avoid circular dependency is base is built WITHOUT_INFO
Diffstat (limited to 'misc/help2man')
-rw-r--r--misc/help2man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile
index f6d56cebacd2..6782f507737f 100644
--- a/misc/help2man/Makefile
+++ b/misc/help2man/Makefile
@@ -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} \