diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-09-25 05:21:48 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-09-25 05:21:48 +0800 |
commit | 2dec251e994a68c87ec543bdc25111c7d412a597 (patch) | |
tree | fc5890666bdb132ce3f63f52c6081af4f350e55f /irc/hexchat | |
parent | 1044bdc49956a63ca8bf377b56718a7db965a7fb (diff) | |
download | freebsd-ports-gnome-2dec251e994a68c87ec543bdc25111c7d412a597.tar.gz freebsd-ports-gnome-2dec251e994a68c87ec543bdc25111c7d412a597.tar.zst freebsd-ports-gnome-2dec251e994a68c87ec543bdc25111c7d412a597.zip |
- Bump portrevision
- Add pkg-message file to display usage for spelling
- Remove dependency for textproc/en-aspell
Approved by: wg/pawel (mentors)
Diffstat (limited to 'irc/hexchat')
-rw-r--r-- | irc/hexchat/Makefile | 11 | ||||
-rw-r--r-- | irc/hexchat/files/pkg-message.in | 7 |
2 files changed, 14 insertions, 4 deletions
diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile index 56aa55aefc8f..f90d5ddd65d3 100644 --- a/irc/hexchat/Makefile +++ b/irc/hexchat/Makefile @@ -3,6 +3,7 @@ PORTNAME= hexchat PORTVERSION= 2.9.6.1 +PORTREVISION= 1 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://dl.hexchat.org/${PORTNAME}/ @@ -27,6 +28,8 @@ LDFLAGS+= -pthread MAN1= hexchat.1 +SUB_FILES= pkg-message + PORTDOCS= * OPTIONS_DEFINE= DOCS NLS SOCKS XFT TEXTFE PYTHON PERL DOAT FISHLIM DBUS NOTIFY @@ -69,10 +72,6 @@ NO_STAGE= yes CONFIGURE_ARGS+=--enable-spell=none .endif -.if ${PORT_OPTIONS:MLIBSEXY} || ${PORT_OPTIONS:MGTKSPELL} || ${PORT_OPTIONS:MSTATIC} -RUN_DEPENDS+= aspell:${PORTSDIR}/textproc/en-aspell -.endif - .if ${PORT_OPTIONS:MSTATIC} CONFIGURE_ARGS+=--enable-spell=static .endif @@ -118,4 +117,8 @@ post-install: .endif # @(cd ${PREFIX}/lib/hexchat/plugins/ && ${RM} -f *.a) + @${ECHO_CMD} + @${CAT} ${PKGMESSAGE} + @${ECHO_CMD} + .include <bsd.port.mk> diff --git a/irc/hexchat/files/pkg-message.in b/irc/hexchat/files/pkg-message.in new file mode 100644 index 000000000000..56490e17fc7b --- /dev/null +++ b/irc/hexchat/files/pkg-message.in @@ -0,0 +1,7 @@ +=============================================================================== + +HexChat has been installed. + +For spelling to work you must install Aspell dictionary for your Language. + +=============================================================================== |