Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2017 21:32:37 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443542 - head/devel/libatomic_ops
Message-ID:  <201706132132.v5DLWbSc001730@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Tue Jun 13 21:32:36 2017
New Revision: 443542
URL: https://svnweb.freebsd.org/changeset/ports/443542

Log:
  Fix small mistakes in the Makefile
  Since this has no inpact on the build itself, no portrevision bump required

Modified:
  head/devel/libatomic_ops/Makefile

Modified: head/devel/libatomic_ops/Makefile
==============================================================================
--- head/devel/libatomic_ops/Makefile	Tue Jun 13 21:17:37 2017	(r443541)
+++ head/devel/libatomic_ops/Makefile	Tue Jun 13 21:32:36 2017	(r443542)
@@ -14,11 +14,10 @@ LICENSE_COMB=	multi
 
 LIB_DEPENDS=	libltdl.so:devel/libltdl
 
-USES=autoreconf libtool pathfix
-GNU_CONFIGURE=yes
+USES=		autoreconf libtool pathfix
+GNU_CONFIGURE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	ivmai
-GH_PROJECT=	libatomic_ops
 
 OPTIONS_DEFINE=	DOCS
 



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