svn commit: r438754 - head/net-im/profanity

Tilman Keskinoz arved at FreeBSD.org
Mon Apr 17 20:51:34 UTC 2017


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>


More information about the svn-ports-head mailing list