svn commit: r342817 - head/science/avogadro

John Marino marino at FreeBSD.org
Wed Feb 5 19:01:35 UTC 2014


Author: marino
Date: Wed Feb  5 19:01:34 2014
New Revision: 342817
URL: http://svnweb.freebsd.org/changeset/ports/342817
QAT: https://qat.redports.org/buildarchive/r342817/

Log:
  science/avogadro: Specify libGL explicitly with associated CFLAG

Modified:
  head/science/avogadro/Makefile

Modified: head/science/avogadro/Makefile
==============================================================================
--- head/science/avogadro/Makefile	Wed Feb  5 18:42:29 2014	(r342816)
+++ head/science/avogadro/Makefile	Wed Feb  5 19:01:34 2014	(r342817)
@@ -20,7 +20,7 @@ OPTIONS_SUB=	yes
 
 USE_BZIP2=	yes
 USES=		cmake desktop-file-utils pkgconfig
-USE_GL=		glu
+USE_GL=		glu gl
 USE_QT4=	gui network opengl \
 		linguist_build moc_build qmake_build rcc_build uic_build
 CMAKE_ARGS=	-DENABLE_GLSL=OFF \
@@ -28,7 +28,8 @@ CMAKE_ARGS=	-DENABLE_GLSL=OFF \
 USE_LDCONFIG=	yes
 
 CFLAGS+=	-idirafter ${LOCALBASE}/include/eigen2 \
-		-idirafter ${LOCALBASE}/include
+		-idirafter ${LOCALBASE}/include \
+		-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list