svn commit: r563964 - head/print/libmspub01

Mark Linimon linimon at FreeBSD.org
Wed Feb 3 22:47:53 UTC 2021


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


More information about the svn-ports-all mailing list