diff options
Diffstat (limited to 'graphics/libprojectm')
| -rw-r--r-- | graphics/libprojectm/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/libprojectm/Makefile b/graphics/libprojectm/Makefile index f9d0c6325df0..e1c06c1a5531 100644 --- a/graphics/libprojectm/Makefile +++ b/graphics/libprojectm/Makefile @@ -7,7 +7,7 @@ CATEGORIES= graphics audio MASTER_SITES= SF/${PORTNAME:tl:S/lib//}/${PORTVERSION}/ DISTNAME= ${PORTNAME:S/lib//}-${DISTVERSION}-Source -MAINTAINER= crees@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Awesome music visualiser LICENSE= LGPL21 @@ -20,6 +20,12 @@ 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! |
