Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2017 20:51:33 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438754 - head/net-im/profanity
Message-ID:  <201704172051.v3HKpXtU005021@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Mon Apr 17 20:51:33 2017
New Revision: 438754
URL: https://svnweb.freebsd.org/changeset/ports/438754

Log:
  Attempt to fix build on packagebuild.
  
  Reported by:	pkg-fallout

Modified:
  head/net-im/profanity/Makefile

Modified: head/net-im/profanity/Makefile
==============================================================================
--- head/net-im/profanity/Makefile	Mon Apr 17 20:51:08 2017	(r438753)
+++ head/net-im/profanity/Makefile	Mon Apr 17 20:51:33 2017	(r438754)
@@ -31,4 +31,10 @@ OPTIONS_DEFINE=	NOTIFY
 NOTIFY_LIB_DEPENDS=	libnotify.so:devel/libnotify
 NOTIFY_CONFIGURE_ENABLE=notifications
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+post-patch:
+	${REINPLACE_CMD} "s,python-config,${PYTHON_VERSION}-config,g" \
+		${WRKSRC}/configure.ac
+
+.include <bsd.port.post.mk>



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