svn commit: r356510 - head/editors/cooledit

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 4 15:48:17 UTC 2014


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
 


More information about the svn-ports-head mailing list