Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2013 06:36:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327661 - head/ftp/curlpp
Message-ID:  <201309200636.r8K6aw6Y034623@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Sep 20 06:36:58 2013
New Revision: 327661
URL: http://svnweb.freebsd.org/changeset/ports/327661

Log:
  - Fix typo

Modified:
  head/ftp/curlpp/Makefile

Modified: head/ftp/curlpp/Makefile
==============================================================================
--- head/ftp/curlpp/Makefile	Fri Sep 20 06:34:52 2013	(r327660)
+++ head/ftp/curlpp/Makefile	Fri Sep 20 06:36:58 2013	(r327661)
@@ -12,7 +12,7 @@ COMMENT=	C++ wrapper for libcurl
 
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
 
-OPTIONS_DEFINE=	BOOST DOCS EXAMPELS
+OPTIONS_DEFINE=	BOOST DOCS EXAMPLES
 
 CONFIGURE_ARGS=	--disable-ewarning
 CPPFLAGS+=	-I${LOCALBASE}/include



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