svn commit: r470991 - head/multimedia/gaupol

Yuri Victorovich yuri at FreeBSD.org
Sun May 27 19:05:54 UTC 2018


Author: yuri
Date: Sun May 27 19:05:53 2018
New Revision: 470991
URL: https://svnweb.freebsd.org/changeset/ports/470991

Log:
  multimedia/gaupol: Correction: uncomment PYDISTUTILS_INSTALLARGS

Modified:
  head/multimedia/gaupol/Makefile

Modified: head/multimedia/gaupol/Makefile
==============================================================================
--- head/multimedia/gaupol/Makefile	Sun May 27 19:05:00 2018	(r470990)
+++ head/multimedia/gaupol/Makefile	Sun May 27 19:05:53 2018	(r470991)
@@ -32,7 +32,7 @@ NLS_USES_OFF=	gettext-tools
 .include <bsd.port.pre.mk>
 
 # PYDISTUTILS_INSTALLNOSINGLE is deprecated so...
-#PYDISTUTILS_INSTALLARGS:=	${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed}
+PYDISTUTILS_INSTALLARGS:=	${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed}
 
 post-patch:
 	@${REINPLACE_CMD} \


More information about the svn-ports-all mailing list