Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 15:09:33 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318101 - head/multimedia/sabbu
Message-ID:  <201305131509.r4DF9XuE061652@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Mon May 13 15:09:33 2013
New Revision: 318101
URL: http://svnweb.freebsd.org/changeset/ports/318101

Log:
  - repair broken options from r316624

Modified:
  head/multimedia/sabbu/Makefile

Modified: head/multimedia/sabbu/Makefile
==============================================================================
--- head/multimedia/sabbu/Makefile	Mon May 13 15:08:04 2013	(r318100)
+++ head/multimedia/sabbu/Makefile	Mon May 13 15:09:33 2013	(r318101)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sabbu
 PORTVERSION=	0.3.0
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Sabbu%20${PORTVERSION}
 
@@ -21,6 +21,9 @@ USE_GNOME=	gtk20
 CFLAGS+=	${PTHREAD_CFLAGS} -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lswscale
 
+OPTIONS_DEFINE=	GTKSPELL
+OPTIONS_DEFAULT=GTKSPELL
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
@@ -31,12 +34,9 @@ CONFIGURE_ARGS+=	--disable-nls
 PLIST_SUB+=	WITH_NLS="@comment "
 .endif
 
-ASPELL_PORT?=	textproc/aspell
 .if ${PORT_OPTIONS:MGTKSPELL}
 LIB_DEPENDS+=	gtkspell:${PORTSDIR}/textproc/gtkspell
-PLIST_SUB+=	WITH_ASPELL=""
 .else
-PLIST_SUB+=	WITH_ASPELL="@comment "
 .endif
 
 .include <bsd.port.pre.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305131509.r4DF9XuE061652>