Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2014 15:48:17 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356510 - head/editors/cooledit
Message-ID:  <201406041548.s54FmHka068517@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun  4 15:48:16 2014
New Revision: 356510
URL: http://svnweb.freebsd.org/changeset/ports/356510
QAT: https://qat.redports.org/buildarchive/r356510/

Log:
  - Fix options
  
  Spotted by:	bapt

Modified:
  head/editors/cooledit/Makefile

Modified: head/editors/cooledit/Makefile
==============================================================================
--- head/editors/cooledit/Makefile	Wed Jun  4 15:47:44 2014	(r356509)
+++ head/editors/cooledit/Makefile	Wed Jun  4 15:48:16 2014	(r356510)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cooledit
 PORTVERSION=	3.17.17
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	editors
 MASTER_SITES=	SUNSITE/apps/editors/X/cooledit
 
@@ -22,7 +22,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include ${PTHR
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 CFLAGS+=	-DHAVE_MBRTOWC
 
-OPTIONS=	NEXT_LOOK
+OPTIONS_DEFINE=	NEXT_LOOK
 NEXT_LOOK_DESC=	Enable NeXT look
 NEXT_CONFIGURE_ENABLE=	NeXT-look
 



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