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 /japanese | |
parent | - Significantly reduce overhead associated with bsd.port.mk by replacing .USE (diff) |
Add USE_SUBMAKE, where it might be necessary.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/postgresql-tcltk/Makefile | 1 | ||||
-rw-r--r-- | japanese/postgresql7/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/japanese/postgresql-tcltk/Makefile b/japanese/postgresql-tcltk/Makefile index 222e1f531dd0..de0ef6531db5 100644 --- a/japanese/postgresql-tcltk/Makefile +++ b/japanese/postgresql-tcltk/Makefile @@ -27,6 +27,7 @@ BUILD_DEPENDS= ${PATCH}:${PORTSDIR}/devel/patch BROKEN= doesn\'t build on the alpha yet .endif +USE_SUBMAKE= yes INSTALLS_SHLIB= YES LDCONFIG_DIRS= %%PREFIX%%/lib diff --git a/japanese/postgresql7/Makefile b/japanese/postgresql7/Makefile index 222e1f531dd0..de0ef6531db5 100644 --- a/japanese/postgresql7/Makefile +++ b/japanese/postgresql7/Makefile @@ -27,6 +27,7 @@ BUILD_DEPENDS= ${PATCH}:${PORTSDIR}/devel/patch BROKEN= doesn\'t build on the alpha yet .endif +USE_SUBMAKE= yes INSTALLS_SHLIB= YES LDCONFIG_DIRS= %%PREFIX%%/lib |