diff options
author | vanilla <vanilla@FreeBSD.org> | 2006-12-09 01:39:33 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2006-12-09 01:39:33 +0800 |
commit | 57522d2df092b730c7bfd7639b75cdfd948f48a1 (patch) | |
tree | 72c1ed00d924530a4c746ec7cfcd26bd06f77bbc /irc | |
parent | c9aa6b88faab304923fa6baf3a1273f3d7b8f069 (diff) | |
download | freebsd-ports-gnome-57522d2df092b730c7bfd7639b75cdfd948f48a1.tar.gz freebsd-ports-gnome-57522d2df092b730c7bfd7639b75cdfd948f48a1.tar.zst freebsd-ports-gnome-57522d2df092b730c7bfd7639b75cdfd948f48a1.zip |
remove RUN_DEPENDS to x11-thenes/irssi-themes, and add message on post-install.
PR: ports/106408
Submitted by: m0rf<m0rf@mail.dot.cz>, ehaupt
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irssi/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index b682974fe2d1..d291371f6ce8 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -27,8 +27,7 @@ OPTIONS= PERL "Enable perl support" on \ PROXY "Enable proxy support" off \ SOCKS "Enable socks proxy support" off \ IPV6 "Enable IPv6" on \ - BOT "Enable bot" off \ - THEMES "Enable Themes" off + BOT "Enable bot" off # USE_OPENSSL must be defined before bsd.port.pre.mk so use old schema # for WITH_SSL option @@ -75,10 +74,6 @@ BROKEN= This version of FreeBSD does not support IPv6. Please use WITH_IPV6=no CONFIGURE_ARGS+= --with-bot .endif -.if defined(WITH_THEMES) -RUN_DEPENDS+= irssi-themes:${PORTSDIR}/x11-themes/irssi-themes -.endif - post-patch: @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' -e 's|/etc|${PREFIX}&|' \ ${WRKSRC}/docs/irssi.1 @@ -91,5 +86,7 @@ post-install: ${ECHO} "Installing default configuration file."; \ ${INSTALL_DATA} ${WRKSRC}/irssi.conf.sample ${PREFIX}/etc/irssi.conf ; \ fi + @${ECHO_MSG} "You may install x11-themes/irssi-themes for" + @${ECHO_MSG} " additional themes." .include <bsd.port.post.mk> |