diff options
author | knu <knu@FreeBSD.org> | 2001-09-04 17:45:05 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-04 17:45:05 +0800 |
commit | a48a7f67f89d3a84ddd4c857e19a233b913caae8 (patch) | |
tree | 856be3a9cb10b3b946f5a19d232686e3961df9c3 /japanese | |
parent | 7ca2bd03f412dceda80d342a63a3ddf75b633f97 (diff) | |
download | freebsd-ports-gnome-a48a7f67f89d3a84ddd4c857e19a233b913caae8.tar.gz freebsd-ports-gnome-a48a7f67f89d3a84ddd4c857e19a233b913caae8.tar.zst freebsd-ports-gnome-a48a7f67f89d3a84ddd4c857e19a233b913caae8.zip |
Add japanese/tcl80 and japanese/tk80 to LIB_DEPENDS in the BATCH mode
not to fail to build. This fixes the build on bento.
Obtained from: databases/postgresql7
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/postgresql-tcltk/Makefile | 6 | ||||
-rw-r--r-- | japanese/postgresql7/Makefile | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/japanese/postgresql-tcltk/Makefile b/japanese/postgresql-tcltk/Makefile index 2021cdb34d03..ebb50723393d 100644 --- a/japanese/postgresql-tcltk/Makefile +++ b/japanese/postgresql-tcltk/Makefile @@ -89,8 +89,14 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ NO_OPENSSL="${NO_OPENSSL}" \ DISTNAME="${DISTNAME}" +# We must .include here because we need the Makefile.inc @ pre-install +# to determine the correct plist. .if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) .include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" +.else +# make utility targets like depends and describe happy +LIB_DEPENDS= tcl80jp:${PORTSDIR}/japanese/tcl80 \ + tk80jp:${PORTSDIR}/japanese/tk80 .endif pre-everything: diff --git a/japanese/postgresql7/Makefile b/japanese/postgresql7/Makefile index 2021cdb34d03..ebb50723393d 100644 --- a/japanese/postgresql7/Makefile +++ b/japanese/postgresql7/Makefile @@ -89,8 +89,14 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ NO_OPENSSL="${NO_OPENSSL}" \ DISTNAME="${DISTNAME}" +# We must .include here because we need the Makefile.inc @ pre-install +# to determine the correct plist. .if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) .include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" +.else +# make utility targets like depends and describe happy +LIB_DEPENDS= tcl80jp:${PORTSDIR}/japanese/tcl80 \ + tk80jp:${PORTSDIR}/japanese/tk80 .endif pre-everything: |