svn commit: r542232 - head/irc/smuxi
Santhosh Raju
fox at FreeBSD.org
Tue Jul 14 19:58:39 UTC 2020
Author: fox
Date: Tue Jul 14 19:58:37 2020
New Revision: 542232
URL: https://svnweb.freebsd.org/changeset/ports/542232
Log:
irc/smuxi: Improves the options descriptions.
Also some tidying up in the Makefile.
Reviewed by: danfe
Modified:
head/irc/smuxi/Makefile
Modified: head/irc/smuxi/Makefile
==============================================================================
--- head/irc/smuxi/Makefile Tue Jul 14 18:40:41 2020 (r542231)
+++ head/irc/smuxi/Makefile Tue Jul 14 19:58:37 2020 (r542232)
@@ -1,3 +1,4 @@
+# Created by: Romain Tartiere <romain at blogreen.org>
# $FreeBSD$
PORTNAME= smuxi
@@ -14,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/log4net.pc:devel/log4net \
${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:devel/mono-addins \
${LOCALBASE}/libdata/pkgconfig/nini-1.1.pc:devel/nini \
- intltool-update:textproc/intltool \
- bash:shells/bash
+ bash:shells/bash \
+ intltool-update:textproc/intltool
LIB_DEPENDS= libstfl.so:devel/stfl
RUN_DEPENDS= mono-addins>0:devel/mono-addins
@@ -25,23 +26,22 @@ USES= desktop-file-utils gettext-tools:build gmake gn
USE_GNOME= gtksharp20
INSTALLS_ICONS= yes
-OPTIONS_DEFINE= DBUS GTKSPELL NLS
-OPTIONS_DEFAULT= DBUS GTKSPELL NLS
-OPTIONS_SUB= yes
+OPTIONS_DEFINE= DBUS NLS SPELLCHECK
+OPTIONS_DEFAULT= DBUS NLS SPELLCHECK
+oOPTIONS_SUB= yes
-DBUS_DESC= Build with DBUS support
-GTKSPELL_DESC= Support spell checking
-NLS_DESC= Build with NLS support
+SPELLCHECK_DESC= Spell checking support via GtkSpell
DBUS_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:devel/ndesk-dbus \
${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:devel/ndesk-dbus-glib
-GTKSPELL_LIB_DEPENDS= libgtkspell.so:textproc/gtkspell
+SPELLCHECK_LIB_DEPENDS= libgtkspell.so:textproc/gtkspell
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
CONFIGURE_SHELL= "env ${LOCALBASE}/bin/bash"
+# Fails due to build order dependency issue.
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list