svn commit: r315712 - head/textproc/enchant

Koop Mast kwm at FreeBSD.org
Wed Apr 3 16:52:21 UTC 2013


Author: kwm
Date: Wed Apr  3 16:52:20 2013
New Revision: 315712
URL: http://svnweb.freebsd.org/changeset/ports/315712

Log:
  Restore default options from before conversion to OptionsNG.
  
  Reported by:	makc@
  Approved by:	portmgr (miwi@)
  Pointyhat to:	kwm@

Modified:
  head/textproc/enchant/Makefile

Modified: head/textproc/enchant/Makefile
==============================================================================
--- head/textproc/enchant/Makefile	Wed Apr  3 15:51:30 2013	(r315711)
+++ head/textproc/enchant/Makefile	Wed Apr  3 16:52:20 2013	(r315712)
@@ -4,6 +4,7 @@
 
 PORTNAME=	enchant
 PORTVERSION=	1.6.0
+PORTREVISION=	1
 CATEGORIES=	textproc gnome
 MASTER_SITES=	http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/
 DIST_SUBDIR=	gnome2
@@ -27,6 +28,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 MAN1=		enchant.1
 
 OPTIONS_DEFINE=	ASPELL HSPELL HUNSPELL ISPELL ZEMBEREK
+OPTIONS_DEFAULT=ASPELL
 HSPELL_DESC=	Spell checking via Hspell
 HUNSPELL_DESC=	Spell checking via Hunspell
 ZEMBEREK_DESC=	Spell checking via Zemberek


More information about the svn-ports-all mailing list