[linimon at FreeBSD.org: svn commit: r563964 - head/print/libmspub01]
Mark Linimon
linimon at lonesome.com
Thu Feb 4 01:37:23 UTC 2021
FYI
mcl
----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----
Date: Wed, 3 Feb 2021 22:47:52 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r563964 - head/print/libmspub01
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
----- End forwarded message -----
More information about the freebsd-office
mailing list