diff options
| author | Chris Rees <crees@FreeBSD.org> | 2015-12-16 20:42:45 +0000 |
|---|---|---|
| committer | Chris Rees <crees@FreeBSD.org> | 2015-12-16 20:42:45 +0000 |
| commit | 9c3cd481ecbdcfbdc26908599a488e4e5ea66bf3 (patch) | |
| tree | 17192350fc4bb4942abe70f4b4c2a91008ebe95e | |
| parent | 19bfd399c28e1b5955be9b8859eb581fcad0cf20 (diff) | |
Notes
| -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! |
