aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2006-12-08 17:39:33 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2006-12-08 17:39:33 +0000
commit9833a3f33a71d0280ab8d0050451031b1626fc99 (patch)
tree22fa19da37f4977c8713543f740f0345eb161e6f /irc
parent87c7ac79384f40771fb5e1dcfe250590fe799b7b (diff)
downloadports-9833a3f33a71d0280ab8d0050451031b1626fc99.tar.gz
ports-9833a3f33a71d0280ab8d0050451031b1626fc99.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
Notes
Notes: svn path=/head/; revision=179188
Diffstat (limited to 'irc')
-rw-r--r--irc/irssi/Makefile9
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>