diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-20 14:36:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-20 14:36:58 +0800 |
commit | 5da1dfc984cf6939c4a94fd4719a1659d17236fa (patch) | |
tree | d2115544ccf4e932ea615440db796fe4bd3dc7c2 /ftp | |
parent | fc0419c315c050ca879903401611b44b18453c4f (diff) | |
download | freebsd-ports-gnome-5da1dfc984cf6939c4a94fd4719a1659d17236fa.tar.gz freebsd-ports-gnome-5da1dfc984cf6939c4a94fd4719a1659d17236fa.tar.zst freebsd-ports-gnome-5da1dfc984cf6939c4a94fd4719a1659d17236fa.zip |
- Fix typo
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curlpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index fa4b109dcd52..9b01099447b2 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -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 |