svn commit: r441137 - head/devel/libgit2-glib

Koop Mast kwm at FreeBSD.org
Thu May 18 09:32:39 UTC 2017


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


More information about the svn-ports-all mailing list