diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2006-04-17 01:00:25 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2006-04-17 01:00:25 +0800 |
commit | 4faa9c8671aa69b181e0678394688a79d6fc9ed1 (patch) | |
tree | 247deee5512476a65a2cdc615eeb6b79600b3f50 /textproc | |
parent | c6a6570f03a1782e58944acbf644759a8c318027 (diff) | |
download | freebsd-ports-gnome-4faa9c8671aa69b181e0678394688a79d6fc9ed1.tar.gz freebsd-ports-gnome-4faa9c8671aa69b181e0678394688a79d6fc9ed1.tar.zst freebsd-ports-gnome-4faa9c8671aa69b181e0678394688a79d6fc9ed1.zip |
Show message about port split.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uim/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index 53d0148d1c37..f989e1624903 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -59,6 +59,23 @@ CONFIGURE_ARGS+=--without-${_x} CONFIGURE_ARGS+=--disable-applet .endif +.if !defined(UIM_SLAVE) +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} "NOTE:" + @${ECHO_MSG} "Optional features are splitted into the following slave ports." + @${ECHO_MSG} "OPTIONS variable is no longer used." + @${ECHO_MSG} "" + @${ECHO_MSG} "japanese/uim-anthy" + @${ECHO_MSG} "japanese/uim-canna" + @${ECHO_MSG} "japanese/uim-prime" + @${ECHO_MSG} "textproc/uim-gnome" + @${ECHO_MSG} "textproc/uim-gtk" + @${ECHO_MSG} "textproc/uim-m17nlib" + @${ECHO_MSG} "textproc/uim-qt" + @${ECHO_MSG} "" +.endif + post-patch: ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/scm/skk-custom.scm |