svn commit: r305719 - head/irc/evangeline

Alex Dupre ale at FreeBSD.org
Thu Oct 11 13:23:58 UTC 2012


Author: ale
Date: Thu Oct 11 13:23:57 2012
New Revision: 305719
URL: http://svn.freebsd.org/changeset/ports/305719

Log:
  Fix typo.
  
  Feature safe:	yes

Modified:
  head/irc/evangeline/Makefile

Modified: head/irc/evangeline/Makefile
==============================================================================
--- head/irc/evangeline/Makefile	Thu Oct 11 13:22:53 2012	(r305718)
+++ head/irc/evangeline/Makefile	Thu Oct 11 13:23:57 2012	(r305719)
@@ -22,7 +22,7 @@ USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 IS_INTERACTIVE=	yes
 
-OPTIONS_DEFINe=	IPV6 CRYPT
+OPTIONS_DEFINE=	IPV6 CRYPT
 OPTIONS_DEFAULT=	CRYPT
 CRYPT_DESC=	Enable Encryption
 


More information about the svn-ports-all mailing list