diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-03 11:26:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-03 11:26:48 +0000 |
commit | 0438143249634ab5028e53cb468d99a894c62995 (patch) | |
tree | 204c01c7973e83331fc29d8b09e59b3e9f219bd6 /games/linux-nerogame | |
parent | 68f48ea6c2e03359333e7b211625e51e06aa2026 (diff) | |
download | ports-0438143249634ab5028e53cb468d99a894c62995.tar.gz ports-0438143249634ab5028e53cb468d99a894c62995.zip |
Notes
Diffstat (limited to 'games/linux-nerogame')
-rw-r--r-- | games/linux-nerogame/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/games/linux-nerogame/Makefile b/games/linux-nerogame/Makefile index b7cefbed9cc3..6a2b14ab76b8 100644 --- a/games/linux-nerogame/Makefile +++ b/games/linux-nerogame/Makefile @@ -24,11 +24,6 @@ OPTIONS_DEFINE= NVIDIA NVIDIA_DESC= Nvidia support .include <bsd.port.options.mk> -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800076 -BROKEN= does not build -.endif .if ${PORT_OPTIONS:MNVIDIA} . if !exists(${LINUXBASE}/usr/lib/libGL.so.1) @@ -57,4 +52,4 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${DATADIR}/lib ${LN} -s ${PREFIX}/lib/${PKGNAMEPREFIX}${PORTNAME}/libopenal.so ${STAGEDIR}${PREFIX}/${DATADIR}/lib/libopenal.so -.include <bsd.port.post.mk> +.include <bsd.port.mk> |