diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/corsix-th/Makefile | 8 | ||||
-rw-r--r-- | games/vultures-eye/Makefile | 5 |
2 files changed, 1 insertions, 12 deletions
diff --git a/games/corsix-th/Makefile b/games/corsix-th/Makefile index 60b0774..0f3441b 100644 --- a/games/corsix-th/Makefile +++ b/games/corsix-th/Makefile @@ -36,12 +36,6 @@ MOVIES_CMAKE_ON= -DWITH_MOVIES=ON MOVIES_CMAKE_OFF= -DWITH_MOVIES=OFF MOVIES_LIB_DEPENDS= libswresample.so:multimedia/ffmpeg -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000024 && ${CHOSEN_COMPILER_TYPE} == gcc -CXXFLAGS+= -D_GLIBCXX_USE_C99 -.endif - post-patch: # Allow the game to find its resources without wrapper scripts @${REINPLACE_CMD} -e \ @@ -55,4 +49,4 @@ do-install: cd ${WRKSRC}/CorsixTH && ${COPYTREE_SHARE} "Bitmap Levels Lua" \ ${STAGEDIR}${DATADIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/games/vultures-eye/Makefile b/games/vultures-eye/Makefile index a3182fd..2a05015 100644 --- a/games/vultures-eye/Makefile +++ b/games/vultures-eye/Makefile @@ -36,12 +36,7 @@ DESKTOP_ENTRIES="Vulture's Eye" "" "" "vulture-nethack" "" "" .include <bsd.port.options.mk> -.if ${OSVERSION} < 1000033 -BUILD_DEPENDS+= flex>0:textproc/flex -MAKE_ENV+= FLEX="${LOCALBASE}/bin/flex" -.else MAKE_ENV+= FLEX="${FLEX}" -.endif pre-patch: @(cd ${WRKSRC}/win && ${LN} -sf ../../vulture) |