diff options
author | crees <crees@FreeBSD.org> | 2015-12-17 04:42:45 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2015-12-17 04:42:45 +0800 |
commit | 4463829c92b34b6571b57db5c57c681cbcf86ae9 (patch) | |
tree | 17192350fc4bb4942abe70f4b4c2a91008ebe95e /graphics | |
parent | 4319b48da4665c89b3a8971e86b4e579d4bd085d (diff) | |
download | freebsd-ports-gnome-4463829c92b34b6571b57db5c57c681cbcf86ae9.tar.gz freebsd-ports-gnome-4463829c92b34b6571b57db5c57c681cbcf86ae9.tar.zst freebsd-ports-gnome-4463829c92b34b6571b57db5c57c681cbcf86ae9.zip |
Does not link on recent head.
Sorry, I do not have time to maintain this port any more.
Diffstat (limited to 'graphics')
-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! |