Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2018 18:11:05 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475668 - in head/textproc/multimarkdown: . files
Message-ID:  <201807291811.w6TIB5os001987@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Jul 29 18:11:05 2018
New Revision: 475668
URL: https://svnweb.freebsd.org/changeset/ports/475668

Log:
  textproc/multimarkdown: replace patch with USES=localbase:ldflags
  
  PR:		229077
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>

Deleted:
  head/textproc/multimarkdown/files/
Modified:
  head/textproc/multimarkdown/Makefile

Modified: head/textproc/multimarkdown/Makefile
==============================================================================
--- head/textproc/multimarkdown/Makefile	Sun Jul 29 17:49:12 2018	(r475667)
+++ head/textproc/multimarkdown/Makefile	Sun Jul 29 18:11:05 2018	(r475668)
@@ -17,7 +17,7 @@ BROKEN_powerpc64=	fails to compile: Sources/libMultiMa
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
-USES=		cmake
+USES=		cmake localbase:ldflags
 USE_GITHUB=	yes
 GH_ACCOUNT=	fletcher
 GH_PROJECT=	MultiMarkdown-6



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