diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-25 09:19:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-25 09:19:20 +0000 |
commit | 62f2687e21efa9182fc47d85c28ed4d7ee4b85e1 (patch) | |
tree | de541bc37f21e5a2770f7af38a36ecbeca417671 /www/oops | |
parent | - Significantly reduce overhead associated with bsd.port.mk by replacing .USE (diff) |
Add USE_SUBMAKE, where it might be necessary.
Diffstat (limited to 'www/oops')
-rw-r--r-- | www/oops/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/oops/Makefile b/www/oops/Makefile index 8438667ef145..20759bdf77a3 100644 --- a/www/oops/Makefile +++ b/www/oops/Makefile @@ -20,6 +20,7 @@ MAINTAINER= ozz@FreeBSD.org.ru OOPSVERSION= 1.5.22 OOPSDATE= 20020312 +USE_SUBMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?=--sbindir=${PREFIX}/sbin \ --sysconfdir=${PREFIX}/etc/oops \ |