svn commit: r422179 - branches/2016Q3/audio/clementine-player

Antoine Brodin antoine at FreeBSD.org
Thu Sep 15 05:12:41 UTC 2016


Author: antoine
Date: Thu Sep 15 05:12:40 2016
New Revision: 422179
URL: https://svnweb.freebsd.org/changeset/ports/422179

Log:
  MFH: r422178
  
  Do not include bsd.port.pre.mk twice

Modified:
  branches/2016Q3/audio/clementine-player/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/audio/clementine-player/Makefile
==============================================================================
--- branches/2016Q3/audio/clementine-player/Makefile	Thu Sep 15 05:11:56 2016	(r422178)
+++ branches/2016Q3/audio/clementine-player/Makefile	Thu Sep 15 05:12:40 2016	(r422179)
@@ -204,4 +204,4 @@ WIIMOTEDEV_CMAKE_OFF=	-DENABLE_WIIMOTEDE
 CXXFLAGS+=	-Wno-undefined-var-template
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-branches mailing list