svn commit: r404594 - head/graphics/libprojectm

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 27 20:21:43 UTC 2015


Author: amdmi3
Date: Sun Dec 27 20:21:42 2015
New Revision: 404594
URL: https://svnweb.freebsd.org/changeset/ports/404594

Log:
  - Clarify LICENSE
  - Switch to USES=localbase
  - Unbreak on 11.x

Modified:
  head/graphics/libprojectm/Makefile

Modified: head/graphics/libprojectm/Makefile
==============================================================================
--- head/graphics/libprojectm/Makefile	Sun Dec 27 20:15:42 2015	(r404593)
+++ head/graphics/libprojectm/Makefile	Sun Dec 27 20:21:42 2015	(r404594)
@@ -10,22 +10,16 @@ DISTNAME=	${PORTNAME:S/lib//}-${DISTVERS
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Awesome music visualiser
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21 # or later
 
 LIB_DEPENDS=	libftgl.so:${PORTSDIR}/graphics/ftgl \
 		libfreetype.so:${PORTSDIR}/print/freetype2
 
-USES=		cmake
+USES=		cmake localbase
+CMAKE_ARGS=	-DUSE_OPENMP=OFF # openmp breaks build on 11.x
 USE_GL=		glew
-CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
 
-.include <bsd.port.options.mk>
-
-.if ${OSVERSION} >= 1100000
-BROKEN=		requires -lomp which cannot be found
-.endif
-
 post-patch:
 # Install config.inp.sample instead of overwriting user's file.
 # Needs to be specific enough not to rename config.inp.in too!


More information about the svn-ports-all mailing list