summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-25 09:19:20 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-25 09:19:20 +0000
commit62f2687e21efa9182fc47d85c28ed4d7ee4b85e1 (patch)
treede541bc37f21e5a2770f7af38a36ecbeca417671 /devel
parent- Significantly reduce overhead associated with bsd.port.mk by replacing .USE (diff)
Add USE_SUBMAKE, where it might be necessary.
Notes
Notes: svn path=/head/; revision=56610
Diffstat (limited to 'devel')
-rw-r--r--devel/libtecla/Makefile1
-rw-r--r--devel/p5-Log-Dispatch/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/devel/libtecla/Makefile b/devel/libtecla/Makefile
index da67c000cc23..579c9059648f 100644
--- a/devel/libtecla/Makefile
+++ b/devel/libtecla/Makefile
@@ -13,6 +13,7 @@ MASTER_SITES= http://www.astro.caltech.edu/~mcs/tecla/
MAINTAINER= ports@FreeBSD.org
+USE_SUBMAKE= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
ALL_TARGET= default
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile
index 1ee4175637a1..4859cd08aef0 100644
--- a/devel/p5-Log-Dispatch/Makefile
+++ b/devel/p5-Log-Dispatch/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= tobez@FreeBSD.org
RUN_DEPENDS= ${BUILD_DEPENDS}
+USE_SUBMAKE= yes
PERL_CONFIGURE= yes
MAN3= Log::Dispatch.3 \