Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2021 22:47:52 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563964 - head/print/libmspub01
Message-ID:  <202102032247.113MlqMq003548@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Feb  3 22:47:52 2021
New Revision: 563964
URL: https://svnweb.freebsd.org/changeset/ports/563964

Log:
  Pacify portlint (Makevar order).  This is to prepare for a tier-2 commit
  I will be making soon.

Modified:
  head/print/libmspub01/Makefile

Modified: head/print/libmspub01/Makefile
==============================================================================
--- head/print/libmspub01/Makefile	Wed Feb  3 22:43:07 2021	(r563963)
+++ head/print/libmspub01/Makefile	Wed Feb  3 22:47:52 2021	(r563964)
@@ -16,9 +16,9 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boost/cstdint.hpp:
 LIB_DEPENDS=	libicui18n.so:devel/icu \
 		librevenge-0.0.so:textproc/librevenge
 
+USES=		compiler:c++11-lib libtool pathfix pkgconfig tar:xz
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		compiler:c++11-lib libtool pathfix pkgconfig tar:xz
 INSTALL_TARGET=	install-strip
 
 CONFIGURE_ARGS=	--disable-werror --without-docs



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