diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-25 17:19:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-25 17:19:20 +0800 |
commit | ab925eae51185af7d3301ecde91347cc15b29957 (patch) | |
tree | 3510d8114a8de09de1e0c6b530f1429293c1c9ca /japanese | |
parent | e76a8576db3b821c79a4e10837f4ddb2d010629d (diff) | |
download | freebsd-ports-gnome-ab925eae51185af7d3301ecde91347cc15b29957.tar.gz freebsd-ports-gnome-ab925eae51185af7d3301ecde91347cc15b29957.tar.zst freebsd-ports-gnome-ab925eae51185af7d3301ecde91347cc15b29957.zip |
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 |