Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2017 09:32:38 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441137 - head/devel/libgit2-glib
Message-ID:  <201705180932.v4I9Wc23039848@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Thu May 18 09:32:38 2017
New Revision: 441137
URL: https://svnweb.freebsd.org/changeset/ports/441137

Log:
  Fix typo, in last commit.

Modified:
  head/devel/libgit2-glib/Makefile

Modified: head/devel/libgit2-glib/Makefile
==============================================================================
--- head/devel/libgit2-glib/Makefile	Thu May 18 09:31:38 2017	(r441136)
+++ head/devel/libgit2-glib/Makefile	Thu May 18 09:32:38 2017	(r441137)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	vapigen:lang/vala
 LIB_DEPENDS=	libgit2.so:devel/libgit2
 
-USES=		comipler:c11 gmake libtool localbase \
+USES=		compiler:c11 gmake libtool localbase \
 		pathfix pkgconfig tar:xz
 USE_GNOME=	glib20 gnomeprefix introspection
 USE_LDCONFIG=	yes



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